mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-24 00:18:39 +00:00
More Miller-6 docs updates (#661)
* todo/neatens * bug-fix issue with mlr reorder then something-else Also, gofmt -s -w * flatten/unflatten doc iteration * Include diff output in regtest fail cases, if -vvv * arrayify on unflatten * flatten/unflatten page
This commit is contained in:
parent
6ddca75bb2
commit
d4ffc525f8
443 changed files with 3111 additions and 1064 deletions
8
docs6/src/data/array-values-nested.json
Normal file
8
docs6/src/data/array-values-nested.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"a": 1,
|
||||
"b": [[2, 3], [4, 5]]
|
||||
}
|
||||
{
|
||||
"a": 6,
|
||||
"b": [[7, 8], [9, 10]]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue