JQ JSON

echo '{ "foo": "lorem", "bar": "ipsum" }' | jq .
cat input.json | jq .
Strange Sheep