JSON

A 1-post collection

JSON Parsing in Bash

About a month ago, I needed to parse JSON from in Bash scripts. This was an interesting problem/challenge, enter ./jq. jq is a sed like tool for JSON data, that can be used to parse JSON, from the command line, and from within Bash scripts. jq is written in »