JSON parser discovery

Mark Wieder mwieder at ahsoftware.net
Tue Jul 21 15:46:28 EDT 2015


A coworker hipped me to the fact that OSX has a built-in json parser.
As does linux.
Takes input from stdin and sends to stdout, so

json_pp < filename

will parse and pretty-print a json file for you.

I was feeling uneasy about posting json data to online parsers,
and this does the trick quite nicely.
Hope this helps.

-- 
 Mark Wieder
 ahsoftware at gmail.com






More information about the use-livecode mailing list