JsonParseException
class JsonParseException(message: String, val offset: Int, val line: Int, val column: Int) : VariantException
JSON input is malformed.
The position is always reported, because "invalid JSON" without a position is useless against a multi-megabyte ingest payload.