Checkout TickTick .
This is a true Bash JSON parser.
The builder should be in the work soon (but itβs easy to create your own, just using Bash foreach).
#!/bin/bash . /path/to/ticktick.sh # File DATA=`cat data.json` # cURL #DATA=`curl http://foobar3000.com/echo/request.json` tickParse "$DATA" echo ``pathname`` echo ``headers["user-agent"]``
source share