Gofasion是一个方便开发过程中接口JSON数据解析的轻量级解析库,其最大的特点在于支持链式调用,也就是说不必预先定义好数据的结构就可以直接获取到目标键名和键值。 ### 开源 [https://github.com/Anderson-Lu/gofasion](https://github.com/Anderson-Lu/gofasion) ### 安装 ```shell go get github.com/Anderson-Lu/fasion/gofasion ...
Gofasion是一个方便开发过程中接口JSON数据解析的轻量级解析库,其最大的特点在于支持链式调用,也就是说不必预先定义好数据的结构就可以直接获取到目标键名和键值。 ### 开源 [https://github.com/Anderson-Lu/gofasion](https://github.com/Anderson-Lu/gofasion) ### 安装 ```shell go get github.com/Anderson-Lu/fasion/gofasion ...