Skip Navigation

Scout Archives

Home Projects Publications Archives About Sign Up or Log In

Browse Resources

JSON (Document markup language) -- Software

Resources

jc

jc is a wrapper that converts the output of many standard command-line tools and a number of common file types to JSON for easier manipulation in scripts or processing with JSON-literate tools such as jq. In the Examples section (found by clicking the "EXAMPLES.md" link), users can find numerous sample invocations covering a myriad of uses including: finding large files in a directory, summarizing...

https://pypi.org/project/jc/
jid

The JSON Incremental Digger (jid) is an interactive tool to inspect and filter JSON data using a jq-like query language. Users start jid by pointing it at a JSON file. By default, with no query entered, jid simply pretty-prints and colorizes the data it was given. Users can then type in a query. As they type, the data will be filtered down to show the matching portions. To speed up the query...

https://github.com/simeji/jid