bash parse json

JavaScript
curl -s 'https://api.github.com/users/lambda' | jq -r '.name'

Source

Also in JavaScript: