Changes: 0.4 --- - Add `-r' flag to allow printing all control-characters - Documentation improvements
Changes: 0.3 --- - Separate into more preciso JSON types primitives (p) to: bool (b), null (?), number (n) - Misc bug fixes and improvements
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).