and here a previous post from Mark Wieder: 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. Best, Thierry 2015-08-04 11:43 GMT+02:00 Thierry Douez <[email protected]>: > 2015-08-04 10:57 GMT+02:00 > David Bovill <[email protected]>: > > Hi David, > > You might find this tool (binary available) interesting: > > http://stedolan.github.io/jq/ > > > Otherwise, for linux, externals have to be built speciffically for the > platform > > >> Hi - I'm looking to switch from parsing JSON ------------------------------------------------ Thierry Douez - http://sunny-tdz.com Maker of sunnYrex - sunnYtext2speech - sunnYperl - sunnYmidi - sunnYmage _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
