Contents
========
* About json2tsv
* See also
About json2tsv
==============
JSON to TSV converter.
Flattens a JSON object tree and converts to TSV for easy consumption
by other programs. For example, this can be used with awk to slice,
filter, map, and transform JSON data.
Requires an 8086 CPU or better.
Source: <
gopher://tilde.pink/1/~bencollver/ia/details/json2tsv-1.2-for-dos>
See also
========
JSON Specification (RFC 8259)
<
gopher://gopher.32kb.net/0/rfc/rfc8259.txt>
TSV Specification (IANA text/tab-separated-values)
<
https://www.iana.org/assignments/media-types/text/tab-separated-values>
Parsing JSON in 40 lines of AWK
<
https://akr.am/blog/posts/parsing-json-in-forty-lines-of-awk>