Releases: akshaybharambe14/go-jsonc
Releases · akshaybharambe14/go-jsonc
Stable release
- Enables users to read commented JSON as plain JSON by removing comments.
- The decode is now 50% faster than the previous version.
- This release completely removes newlines from the result.
Initial release
- Added jsonc decoder.
- io.Reader support.