mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-28 18:21:52 +00:00
neaten
This commit is contained in:
parent
0accf2f278
commit
9539be22c6
2 changed files with 8 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ copyright</a>.
|
|||
|
||||
<p/>At present I’m the primary developer so this is just my checklist for making new releases.
|
||||
|
||||
|
||||
<p/>In this example I am using version 3.4.0; of course that will change for subsequent revisions.
|
||||
<ul>
|
||||
|
||||
|
|
|
|||
8
doc/data/json-example-3.json
Normal file
8
doc/data/json-example-3.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"label": "orange",
|
||||
"values": [12.2, 13.8, 17.2]
|
||||
}
|
||||
{
|
||||
"label": "purple",
|
||||
"values": [27.0, 32.4]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue