Skip to content

Performance improvement. Support for trailing comma.

Latest
Compare
Choose a tag to compare
@vaidik vaidik released this 07 Oct 06:30
· 2 commits to master since this release
cb7219d

Summary

  • Speed up by using the faster LALR parser.
  • Support for trailing comma in JSON to support more developer workflows of working with JSON files with comments as config files.

Bugs Fixed

  • #39 - Feature request: Ignore trailing commas
  • #43 - commentjson raises the wrong error type on trailing comma