Skip to content

support json_array -A / --array

Compare
Choose a tag to compare
@alingse alingse released this 24 Sep 15:53
· 28 commits to master since this release
3b5ef8f
$ echo '[{"a":{"b":1}},{"a":{"c":2}}]'|jsoncsv -A|mkexcel
a.b,a.c
1,
,2