文件名称:Go语言编写的TUI json编辑器和查看器-Golang开发
文件大小:17KB
文件格式:ZIP
更新时间:2024-06-15 10:58:44
Golang Command Line
tson tson是用Go语言编写的JSON查看器和编辑器。 此工具将JSON显示为树,您可以搜索和编辑键或值。 支持OS Mac Linux安装$ git clone https://github.com/s tson tson是用Go语言编写的JSON查看器和编辑器。 此工具将JSON显示为树,您可以搜索和编辑键或值。 支持OS Mac Linux安装$ git clone https://github.com/skanehira/tson $ cd tson && go install用法#来自文件$ tson <test.json#来自管道$ curl -X POST http:// gorilla / likes / regist | tson#from url(只能使用http get mthod)$ tson -url http:// gorilla / likes / json在应用程序中将tson用作库您可以在应用程序中使用tson
【文件预览】:
tson-master
----.goreleaser.yml(282B)
----test.json(11KB)
----LICENSE(1KB)
----main.go(1KB)
----lib()
--------edit.go(448B)
----.circleci()
--------config.yml(2KB)
----go.sum(4KB)
----README.md(4KB)
----gui()
--------navi.go(3KB)
--------type.go(646B)
--------tree.go(6KB)
--------gui.go(10KB)
----go.mod(485B)