Releases: m7shapan/njson
Releases · m7shapan/njson
v1.0.8: Merge pull request #12 from Cirivas/feature/add_unmarshaler_support
New Improvements and update dependancies packages
- support non-nested json tags,
- validate input and output before unmarshal
- update tidwall dependencies
update go dependencies
v1.0.6 update go dependencies
Support json.Number unmarshal
Merge pull request #6 from fusionmedialimited/master Support json.Number unmarshal
fix empty slice of structs issue
v1.0.4 fix empty slice of structs issue
fix unmarshalling slices issue, support multidimensional slices and add test cases
v1.0.3 Update readme.md, mark add test cases as done, thanks to @hslatman co…
Add support for parsing of time.Time
Merge pull request #3 from hslatman/hs_time-support Add support for parsing of time.Time using Result.Time()
unmarshaling into array of objects
v1.0.1 unmarshaling into array of objects
Initial release
v1.0.0 create readme.md