class JsonDecodingException : JsonException
Thrown when Json has failed to parse the given JSON string or deserialize it to a target class.
(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) |