commit 0db7cfb7f4b03d5e3709cde6fdb0a79007be2966
Author: Hiltjo Posthuma <[email protected]>
Date: Fri Nov 15 16:24:27 2019 +0100
rocks: add my json2tsv tool and a "text processing" section
json2tsv: a JSON to TSV converter and parser. About 425 lines of C with no
library dependencies (except libc).
It is useful for text processing JSON on the command-line (somewhat similar
to
jq).
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 46649e3e..eb325d7c 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
@@ -182,6 +182,10 @@ This covers most console-based programs and programs from
* [vis](https://github.com/martanne/vis) - A modern, legacy free, simple yet
efficient vim-like editor.
* [wily](http://www.cse.yorku.ca/~oz/wily/) - An acme clone for POSIX.
+### Text processing
+
+* [json2tsv](https://codemadness.org/json2tsv.html) - a JSON to TAB-Separated
Value (TSV) converter (and parser code).
+
### Utilities / miscellaneous
* [abduco](http://www.brain-dump.org/projects/abduco/) - session {at,de}tach
support.