Using jq for parsing JSON documents

Parsing JSON from the command line I’m a big fan of command line shell utilities, and nowadays with the proliferation of REST APIs and JSON documents, one of the commands that I use more frequently in conjuction with curl is jq. jq is a lightweight and flexible command-line JSON processor and, we could say it is …

Using jq for parsing JSON documents Leer más »