Highlights
- Added JSON Pointer
- Added JSON Schema
- Added relaxed JSON syntax (comment, trailing comma, NaN/Infinity)
- Iterating array/object with C++11 Range-based for loop
- Reduce memory overhead of each
Valuefrom 24 bytes to 16 bytes in x86-64 architecture.
Added
- Add GenericDocument ctor overload to specify JS...