summaryrefslogtreecommitdiff
path: root/textproc/json2tsv
AgeCommit message (Collapse)AuthorFilesLines
2019-11-12json2tsv: Update to 0.4leot2-7/+7
Changes: 0.4 --- - Add `-r' flag to allow printing all control-characters - Documentation improvements
2019-10-24json2tsv: Update to 0.3leot2-7/+7
Changes: 0.3 --- - Separate into more preciso JSON types primitives (p) to: bool (b), null (?), number (n) - Misc bug fixes and improvements
2019-10-20json2tsv: Import json2tsv-0.2 as textproc/json2tsvleot4-0/+31
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).