mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
* Draw a distinction between JSON and JSON Lines formats
* Add JSON Lines to on-line help example
* Have JSON format default to --jlistwrap and --jvstack
* Update test cases for --jlistwrap output for JSON output format
* Have JSON format default to --jlistwrap and --jvstack for --{X}2j as well
* Make --jlistwrap / --jvstack as legacy flags, since now --json and --jsonl
* Add --c2l, --l2c, etc. command-line flags
* docmods for JSON Lines
* Update regression-test cases for JSON / JSON Lines distinction
20 lines
252 B
Text
20 lines
252 B
Text
[
|
|
{
|
|
"a": "pan",
|
|
"b": "pan",
|
|
"i": 1,
|
|
"x": 0.3467901443380824,
|
|
"y": 0.7268028627434533,
|
|
"o": {
|
|
"a": {
|
|
"x": [1, 2, 3],
|
|
"y": [4, 5, 6]
|
|
},
|
|
"b": {
|
|
"s": [7, 8, 9],
|
|
"t": [9, 5, 1]
|
|
}
|
|
},
|
|
"z": [1, 2, 3]
|
|
}
|
|
]
|