Releases: GOB52/gob_json
Releases · GOB52/gob_json
0.0.4
Fixes bug
- Processing unicode escape. e.g. "/uabcd/u1234"
Add define symbols for compile
- GOB_JSON_PARSER_BUFFER_MAX_LENGTH
- GOB_JSON_PARSER_KEY_MAX_LENGTH
- GOB_JSON_PARSER_STACK_MAX_DEPTH
See also README.md
0.0.3
Fixes bug
- Fixed an error in the goblib::json::Element template that prevented some values from being retrieved
- Increased error information content
- Fixes compile error with Clang
0.0.1
First release
Based on json-streaming-parser2, modified and extended independently.