在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:dominictarr/JSON.sh开源软件地址:https://github.com/dominictarr/JSON.sh开源编程语言:Shell 90.7%开源软件介绍:JSON.shyo, so it's a json parser written in shell, compatible with ash, bash, dash and zsh pipe json to it, and it traverses the json objects and prints out the path to the current object (as a JSON array) and then the object, without whitespace. $ json_parse < package.json
["name"] "JSON.sh"
["version"] "0.0.0"
["description"] ""
["homepage"] "http://github.com/dominictarr/JSON.sh"
["repository","type"] "git"
["repository","url"] "https://github.com/dominictarr/JSON.sh.git"
["repository"] {"type":"git","url":"https://github.com/dominictarr/JSON.sh.git"}
["bin","json_parse"] "./JSON.sh"
["bin"] {"json_parse":"./JSON.sh"}
["dependencies"] {}
# ... etc a more complex example: curl registry.npmjs.org/express | ./JSON.sh | egrep '\["versions","[^"]*"\]'
... try it and see Options-b
-l
-p
-n
-s
-h
Cool Links
InstallationInstall with npm, pip or from AUR on Archlinux:
LicenseThis software is available under the following licenses:
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论