ignoreBOM

abstract val ignoreBOM: Boolean?(source)

Ignore the leading BOM in the JSON input, if it is detected.

The default is false, which will cause the parser to fail, when a BOM is encountered.