Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>There is also <a href="http://github.com/zpoley/json-command" rel="nofollow noreferrer">JSON command line processing toolkit</a> if you happen to have node.js and npm in your stack.</p> <p>And another <a href="https://github.com/trentm/json" rel="nofollow noreferrer">"json" command</a> for massaging JSON on your Unix command line.</p> <p>And here are the other alternatives:</p> <ul> <li>jq: <a href="http://stedolan.github.io/jq/" rel="nofollow noreferrer">http://stedolan.github.io/jq/</a></li> <li>json:select: <a href="http://jsonselect.org/" rel="nofollow noreferrer">http://jsonselect.org/</a></li> <li>json-command: <a href="https://github.com/zpoley/json-command" rel="nofollow noreferrer">https://github.com/zpoley/json-command</a></li> <li>JSONPath: <a href="http://goessner.net/articles/JsonPath/" rel="nofollow noreferrer">http://goessner.net/articles/JsonPath/</a>, <a href="http://code.google.com/p/jsonpath/wiki/Javascript" rel="nofollow noreferrer">http://code.google.com/p/jsonpath/wiki/Javascript</a></li> <li>jsawk: <a href="https://github.com/micha/jsawk" rel="nofollow noreferrer">https://github.com/micha/jsawk</a></li> <li>jshon: <a href="http://kmkeen.com/jshon/" rel="nofollow noreferrer">http://kmkeen.com/jshon/</a></li> <li>json2: <a href="https://github.com/vi/json2" rel="nofollow noreferrer">https://github.com/vi/json2</a></li> </ul> <hr> <p>Related: <a href="https://softwarerecs.stackexchange.com/q/19018">Command line tool for parsing JSON input for Unix?</a></p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload