목차

JSON

Json Format

# 끝에 점(.) 잊지 말 것
echo '{ "foo": "lorem", "bar": "ipsum" }' | jq .
{
  "bar": "ipsum",
  "foo": "lorem"
}

JSONPath

참조