文件名称:jsonpp:快速命令行JSON漂亮打印机
文件大小:23KB
文件格式:ZIP
更新时间:2024-05-29 07:14:17
Go
jsonpp 命令行JSON漂亮打印机。 漂亮的打印Web服务响应如下: curl -s -L http://t.co/tYTq5Pu | jsonpp 使磁盘上到处运行的文件精美: jsonpp testdata/multiple/multiple.json 您也可以使用“ -s”格式化以前漂亮的代码: jsonpp -s testdata/one/singular.json Jsonpp之所以存在,是因为一个朋友正在使用具有大型JSON API的API进行构建,并且对其他语言的工具具有明显的等待时间感到厌倦。 然后,事实证明jsonpp非常适合解析我们周围的JSON日志文件,而我做到了。 安装 可通过go get github.com/jmhodges/jsonpp brew install jsonpp , brew install jsonpp或将二进制文件复制到$PAT
【文件预览】:
jsonpp-main
----.gitignore(15B)
----go.mod(43B)
----LICENSE(1KB)
----jsonpp_test.go(1KB)
----testdata()
--------multiple()
--------one()
----.github()
--------workflows()
--------versions()
----README.md(1KB)
----jsonpp.go(3KB)