2019-10-24 14:52:10 by Leonardo Taccari | Files touched by this commit (2) |
Log message: 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-20 20:03:50 by Leonardo Taccari | Files touched by this commit (4) |
Log message: 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). |