kotlinx-serialization / kotlinx.serialization.json / JsonDecodingException

JsonDecodingException

(common, js, jvm, native) class JsonDecodingException : JsonException

Thrown when Json has failed to parse the given JSON string or deserialize it to a target class.

Constructors

(common, js, jvm, native)

<init>

Thrown when Json has failed to parse the given JSON string or deserialize it to a target class.

<init>(offset: Int, message: String)