jsonkraken / net.jemzart.jsonkraken.errors.purification / InvalidKeyException

InvalidKeyException

class InvalidKeyException : JsonKrakenException

Since
2.0 An exception used when attempting to transform a map with a non String key into a JsonObject.

Constructors

<init>

InvalidKeyException(value: Any?)

Properties

value

val value: Any?

invalid string which triggered the exception.