Automatically generate Go (golang) struct definitions from example JSON
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