URI: 
       DESCR - randomcrap - random crap programs of varying quality
  HTML git clone git://git.codemadness.org/randomcrap
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       DESCR (162B)
       ---
            1 json2tsv converts JSON to a Tab-Separated Value Format (TSV)
            2 
            3 It reads JSON data from stdin. It outputs each JSON type to a TAB-
            4 Separated Value format per line.