taocpp-json 1.0.0-beta.4
Pre-release
Pre-release
Implement SAX API
- Parse files and string to SAX events
- Traverse JSON values to produce SAX events
- Generate a JSON value from SAX events
- Write SAX events to stream (compact or pretty)
Use the new SAX classes for parsing files and strings into JSON value and to output JSON string representations. The latter is also faster with the new SAX API compared to the previous solution.