Skip to content

Commit 1ee39a6

Browse files
PinkDcdunn2001
authored andcommitted
add comment for emitUTF8 in header
1 parent b1bd848 commit 1ee39a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/json/writer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
110110
* - Number of precision digits for formatting of real values.
111111
* - "precisionType": "significant"(default) or "decimal"
112112
* - Type of precision for formatting of real values.
113+
* - "emitUTF8": false or true
114+
* - If true, outputs raw UTF8 strings instead of escaping them.
113115
114116
* You can examine 'settings_` yourself
115117
* to see the defaults. You can also write and read them just like any

0 commit comments

Comments
 (0)