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 c39fbda commit 0260518Copy full SHA for 0260518
include/json/reader.h
@@ -324,6 +324,8 @@ class JSON_API CharReaderBuilder : public CharReader::Factory {
324
* - `"allowSpecialFloats": false or true`
325
* - If true, special float values (NaNs and infinities) are allowed and
326
* their values are lossfree restorable.
327
+ * - `"skipBom": false or true`
328
+ * - If true, if the input starts with the Unicode byte order mark (BOM), it is skipped.
329
*
330
* You can examine 'settings_` yourself to see the defaults. You can also
331
* write and read them just like any JSON Value.
0 commit comments