File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 26
26
- Enforce only object or array as root element
27
27
- Disable comment support
28
28
- 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 "\/".
29
33
\section ms_separation Expose json reader/writer API that do not impose using Json::Value.
30
34
Some typical use-case involve an application specific structure to/from a JSON document.
31
35
- Event base parser to allow unserializing a Json document directly in datastructure instead of
35
39
- Provides an event based parser. Should allow pulling & skipping events for ease of use.
36
40
- Provides a JSON document builder: fast only.
37
41
\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
39
43
- Static property dictionnary can be provided to JSON reader
40
44
- Performance scenario & benchmarking
41
45
*/
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