I have a json file that contains a string of json within an object:
{ \"requestType\": \"POST\", \"response\": { \"size\": 7
You can also do this:
jq -r '.response.text' | jq '.recordID'