Skip to content

Release 0.97.1

Compare
Choose a tag to compare
@danielaparker danielaparker released this 04 Mar 03:31
· 11385 commits to master since this release
  • "Transforming JSON with filters" example fixed
  • Added a class-specific in-place new to the json class that is implemented in terms of the global version (required to create json objects with placement new operator.)
  • Reorganized header files, removing unnecessary includes.
  • Incorporates validation contributed by Alex Merry for ensuring that there is an object or array on parse head.
  • Incorporates fix contributed by Milan Burda for “Switch case is in protected scope” clang build error