File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - Enforce only object or array as root element
2727 - Disable comment support
2828 - Get jsonchecker failing tests to pass in strict mode
29+ \section ms_writer Writter control
30+ Provides more control to determine how specific items are serialized when JSON allow choice:
31+ - Optionally allow escaping of non-ASCII characters using unicode escape sequence "\\u".
32+ - Optionally allow escaping of "/" using "\/".
2933 \section ms_separation Expose json reader/writer API that do not impose using Json::Value.
3034 Some typical use-case involve an application specific structure to/from a JSON document.
3135 - Event base parser to allow unserializing a Json document directly in datastructure instead of
3539 - Provides an event based parser. Should allow pulling & skipping events for ease of use.
3640 - Provides a JSON document builder: fast only.
3741 \section ms_perfo Performance tuning
38- - Provides support for static property name definition avoiding allocation
42+ - Provides support for static property name definition avoiding allocation
3943 - Static property dictionnary can be provided to JSON reader
4044 - Performance scenario & benchmarking
4145*/
Original file line number Diff line number Diff line change 1+ .="http://jsoncpp.sourceforge.net/"
Original file line number Diff line number Diff line change 1+ " http:\/\/ jsoncpp.sourceforge.net\/ "
You can’t perform that action at this time.
0 commit comments