Automatically generate Go (golang) struct definitions from example JSON
翻译 - 根据示例JSON自动生成Go(golang)结构定义
Parsing JSON is a hassle in golang. This package will allow you to parse and search elements in a json without structs.
根据官方json增加新功能:1.增加结构体默认小写功能;2.增加map、list、slide转结构体的功能;3.修改默认不返回空数据。github.com/weimingjue/json
Automatically generate Go (golang) struct definitions from JSON. This project is a fork https://github.com/ChimeraCoder/gojson