hjson v3.1.0 Release Notes
Release Date: 2020-09-17 // about 3 years ago-
๐ Implement Marshal for structs, with support for comments in structs:
type foo struct { a A `comment:"First comment"` b B `comment:"Second comment"` }
โ Additional minor bug fixes.
- ๐ Fix panic when passing nil to Unmarshal
- ๐ Bug fix for marshal of unsigned types
- ๐ Bug fix for README add closing block for code section
- ๐ Use custom Marshaler if type implements Marshal interface
- โ Add unit tests for Marshal. encode.go coverage at 94.9%