Merge pull request #14894 from wxy/20190315-How-To-Parse-And-Pretty-Print-JSON-With-Linux-Commandline-Tools

PUB:20190315 How To Parse And Pretty Print JSON With Linux Commandline Tools.md
This commit is contained in:
Xingyu.Wang 2019-08-07 23:19:02 +08:00 committed by GitHub
commit 0159bd6537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
[#]: collector: "lujun9972" [#]: collector: "lujun9972"
[#]: translator: "wxy" [#]: translator: "wxy"
[#]: reviewer: "wxy" [#]: reviewer: "wxy"
[#]: publisher: " " [#]: publisher: "wxy"
[#]: url: " " [#]: url: "https://linux.cn/article-11198-1.html"
[#]: subject: "How To Parse And Pretty Print JSON With Linux Commandline Tools" [#]: subject: "How To Parse And Pretty Print JSON With Linux Commandline Tools"
[#]: via: "https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/" [#]: via: "https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/"
[#]: author: "EDITOR https://www.ostechnix.com/author/editor/" [#]: author: "EDITOR https://www.ostechnix.com/author/editor/"
@ -216,7 +216,7 @@ $ cat sample.json | jq -r '.phoneNumber[] | select(.type == "home") | .number'
via: https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/ via: https://www.ostechnix.com/how-to-parse-and-pretty-print-json-with-linux-commandline-tools/
作者:[EDITOR][a] 作者:[ostechnix][a]
选题:[lujun9972][b] 选题:[lujun9972][b]
译者:[wxy](https://github.com/wxy) 译者:[wxy](https://github.com/wxy)
校对:[wxy](https://github.com/wxy) 校对:[wxy](https://github.com/wxy)