Handling JSON in BASH
I found a really cool github project which extends the bash utility awk to handle JSON objects in bash. Enter Jsawk Installation Installing the utility is pretty easy, we pretty much grab it from github cd ~curl -L http://github.com/micha/jsawk/raw/master/jsawk > jsawk Next we make it executable and put it somewhere we can access it chmod …
Read more »