Document skipBom in CharReaderBuilder

This commit is contained in:
Alex Beregszaszi 2021-09-21 00:16:07 +01:00
parent c39fbdac0f
commit 0260518715

View File

@ -324,6 +324,8 @@ public:
* - `"allowSpecialFloats": false or true`
* - If true, special float values (NaNs and infinities) are allowed and
* their values are lossfree restorable.
* - `"skipBom": false or true`
* - If true, if the input starts with the Unicode byte order mark (BOM), it is skipped.
*
* You can examine 'settings_` yourself to see the defaults. You can also
* write and read them just like any JSON Value.