allowSingleQuotes

issue #182
This commit is contained in:
Christopher Dunn
2015-02-23 15:55:12 -06:00
parent b9229b7400
commit 0c66e698fb
2 changed files with 33 additions and 13 deletions

View File

@@ -310,6 +310,8 @@ public:
- true if dropped null placeholders are allowed. (See StreamWriterBuilder.)
- `"allowNumericKeys": false or true`
- true if numeric object keys are allowed.
- `"allowSingleQuotes": false or true`
- true if '' are allowed for strings (both keys and values)
- `"stackLimit": integer`
- Exceeding stackLimit (recursive depth of `readValue()`) will
cause an exception.