# 2023-05-25 13:00:00.133769 UTC (+0000)

json2tsv 1.1 was released.

json2tsv reads JSON data from stdin.  It outputs each JSON type to a TAB-
Separated Value format per line by default.

There is a helper wrapper script included called jaq (JSON Awk Query) to have
an experience sortof similar to jq. It uses awk as a query language.

It can be found at:
 * git://git.codemadness.org/json2tsv
 * gopher://codemadness.org/1/git/json2tsv
 * https://codemadness.org/releases/json2tsv/
 * gopher://codemadness.org/1/releases/json2tsv/

json2tsv has the following small changes compared to 1.0:


Fixes:
* jaq: fail early if creating a temporary file using mktemp failed.
* micro-optimization for the json.c parser, json2tsv itself is unaffected though.
* Minor code-style and portability improvements.
* Typo fixes.


Features:
* json2tsv and jaq: add a -u option: flush output after printing each value
 (unbuffered). This works similar to the sed -u option.
 Sometimes it can be useful to force flushing the data directly. For example
 for streaming JSON data.


I want to thank people for sharing their feedback,

Donations can be send to:
       https://codemadness.org/donate/

.. or feel free to subscribe to Bitreich OnlyFans:
       gopher://bitreich.org/1/onlyfans

Happy jaqqing (off),

Hiltjo