Skip to content

Commit

Permalink
add comment for emitUTF8 in header
Browse files Browse the repository at this point in the history
  • Loading branch information
PinkD authored and cdunn2001 committed Mar 6, 2021
1 parent b1bd848 commit 1ee39a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/json/writer.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ class JSON_API StreamWriterBuilder : public StreamWriter::Factory {
* - Number of precision digits for formatting of real values.
* - "precisionType": "significant"(default) or "decimal"
* - Type of precision for formatting of real values.
* - "emitUTF8": false or true
* - If true, outputs raw UTF8 strings instead of escaping them.
* You can examine 'settings_` yourself
* to see the defaults. You can also write and read them just like any
Expand Down

0 comments on commit 1ee39a6

Please sign in to comment.