Skip to content

v2.0.0

Latest

Choose a tag to compare

@LTLA LTLA released this 28 May 18:48
· 1 commit to master since this release
  • Remove all default arguments - especially num_externals= for validate(), as this should be explicitly specified by the user.
  • Soft-deprecated all of ParsedList's helper methods, users should just operate on the pointer directly.
  • Expose DummyExternals for parsing when no external references are expected in parse().
  • Added a buffer_size= option for byte reading in the JSON parsers.