====== JSON ====== * http://json.org * [[javascript:json:json_schema|JSON Schema]] * [[http://jsoniq.org/|JSONiq]] JSON Query Language * [[linux:jq|jq - json query]] : 명령행 JSON 처리기. shell script * [[linux:jo|jo]] * [[linux:gron|gron]] * [[linux:dsq|dsq]] * [[http://kmkeen.com/jshon/|jshon]] : 명령행 JSON 처리기. shell script ===== Json Format ===== # 끝에 점(.) 잊지 말 것 echo '{ "foo": "lorem", "bar": "ipsum" }' | jq . { "bar": "ipsum", "foo": "lorem" } ===== JSONPath ===== * [[http://goessner.net/articles/JsonPath/|JsonPath]] XPath for JSON ===== 참조 ===== * [[https://www.infoworld.com/article/3446216/json-tools-you-dont-want-to-miss.html|JSON tools you don’t want to miss | InfoWorld]]