- added unit test and roadmap for handling of escape sequence "\/"
This commit is contained in:
parent
7469f1d014
commit
402c13eb3d
@ -26,6 +26,10 @@
|
||||
- Enforce only object or array as root element
|
||||
- Disable comment support
|
||||
- Get jsonchecker failing tests to pass in strict mode
|
||||
\section ms_writer Writter control
|
||||
Provides more control to determine how specific items are serialized when JSON allow choice:
|
||||
- Optionally allow escaping of non-ASCII characters using unicode escape sequence "\\u".
|
||||
- Optionally allow escaping of "/" using "\/".
|
||||
\section ms_separation Expose json reader/writer API that do not impose using Json::Value.
|
||||
Some typical use-case involve an application specific structure to/from a JSON document.
|
||||
- Event base parser to allow unserializing a Json document directly in datastructure instead of
|
||||
|
1
test/data/test_string_03.expected
Normal file
1
test/data/test_string_03.expected
Normal file
@ -0,0 +1 @@
|
||||
.="http://jsoncpp.sourceforge.net/"
|
1
test/data/test_string_03.json
Normal file
1
test/data/test_string_03.json
Normal file
@ -0,0 +1 @@
|
||||
"http:\/\/jsoncpp.sourceforge.net\/"
|
Loading…
x
Reference in New Issue
Block a user