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).

Homepage:
https://codemadness.org/git/json2tsv/file/README.html
