how to read the json content from curl in bash script code example Example: bash parse json curl -s 'https://api.github.com/users/lambda' | jq -r '.name'