Go to the source code of this file.
Macros |
| #define | RAPIDJSON_WRITE_DEFAULT_FLAGS kWriteNoFlags |
| #define | Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
Macro Definition Documentation
| #define Z16 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 |
Enumeration Type Documentation
Combination of writeFlags.
- Enumerator:
| kWriteNoFlags |
No flags are set.
|
| kWriteValidateEncodingFlag |
Validate encoding of JSON strings.
|
| kWriteNanAndInfFlag |
Allow writing of Infinity, -Infinity and NaN.
|
| kWriteDefaultFlags |
Default write flags. Can be customized by defining RAPIDJSON_WRITE_DEFAULT_FLAGS.
|