We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c39fbda commit 94a6220Copy full SHA for 94a6220
include/json/reader.h
@@ -324,6 +324,9 @@ 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),
329
+ * it is skipped.
330
*
331
* You can examine 'settings_` yourself to see the defaults. You can also
332
* write and read them just like any JSON Value.
0 commit comments