Read JSON data in a shell script [duplicate]

There is jq for parsing json on the command line:

 jq '.Body'

Visit this for jq: https://stedolan.github.io/jq/

Leave a Comment