Skip to content

Releases: akshaybharambe14/go-jsonc

Stable release

08 May 16:21
deaab18
Compare
Choose a tag to compare
  • 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

12 Feb 17:34
c998855
Compare
Choose a tag to compare
  • Added jsonc decoder.
  • io.Reader support.