Fun at the command line plotting JSON values at the terminal with jc, jq, and jp.
Tag Archives: json
JC Version 1.6.1 Released
Try the jc web demo! I’m happy to announce that jc version 1.6.1 has been released and is available on github and pypi. To upgrade, run: New Parsers jc now includes 32 parsers! New parsers (tested on linux and OSX) include: Updated Parsers ifconfig parser now outputs rx_bytes and tx_bytes as integers. More OSX SupportContinue reading “JC Version 1.6.1 Released”
Bringing the Unix Philosophy to the 21st Century
Do one thing well. For command-line utilities to do their one thing “well” they must include standardized machine-readable output. Linux and all of its supporting GNU and non-GNU utilities should offer JSON output options.