ignoreComments

abstract val ignoreComments: Boolean?(source)

Ignore comments in the JSON input (CJSON, JSON5).

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