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