We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1bd848 commit 1ee39a6Copy full SHA for 1ee39a6
include/json/writer.h
@@ -110,6 +110,8 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
110
* - Number of precision digits for formatting of real values.
111
* - "precisionType": "significant"(default) or "decimal"
112
* - Type of precision for formatting of real values.
113
+ * - "emitUTF8": false or true
114
+ * - If true, outputs raw UTF8 strings instead of escaping them.
115
116
* You can examine 'settings_` yourself
117
* to see the defaults. You can also write and read them just like any
0 commit comments