목차
JSON
Json Format
JSONPath
참조
JSON
http://json.org
JSON Schema
JSONiq
JSON Query Language
jq - json query
: 명령행 JSON 처리기. shell script
jo
gron
dsq
jshon
: 명령행 JSON 처리기. shell script
Json Format
# 끝에 점(.) 잊지 말 것 echo '{ "foo": "lorem", "bar": "ipsum" }' | jq . { "bar": "ipsum", "foo": "lorem" }
JSONPath
JsonPath
XPath for JSON
참조
JSON tools you don’t want to miss | InfoWorld