758bbaed65
json2tsv reads JSON data from stdin. It outputs each JSON type to a TAB-Separated Value format per line. The -n flag can be used to show the indices for array types (by default off).
3 lines
185 B
Text
3 lines
185 B
Text
json2tsv reads JSON data from stdin. It outputs each JSON type to a
|
|
TAB-Separated Value format per line. The -n flag can be used to show
|
|
the indices for array types (by default off).
|