Commit graph

3 commits

Author SHA1 Message Date
leot
338fd637d3 json2tsv: Update to 0.4
Changes:
0.4
---
 - Add `-r' flag to allow printing all control-characters
 - Documentation improvements
2019-11-12 18:08:23 +00:00
leot
e755edc252 json2tsv: Update to 0.3
Changes:
0.3
---
 - Separate into more preciso JSON types primitives (p) to: bool (b),
   null (?), number (n)
 - Misc bug fixes and improvements
2019-10-24 12:52:10 +00:00
leot
758bbaed65 json2tsv: Import json2tsv-0.2 as textproc/json2tsv
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).
2019-10-20 18:03:50 +00:00