Tutorial by Examples

Detailed instructions on getting jq set up or installed. Install on Mac Using brew: $ brew install jq Then test: $ echo '{"name": "john"}' {"name": "john"} $ echo '{"name": "john"}' | jq '.' { "name": "john&quo...

Page 1 of 1