class InvalidKeyException : JsonKrakenException
Since
2.0
An exception used when attempting to transform a map with a non String key into a JsonObject.
InvalidKeyException(value: Any?) |
val value: Any?
invalid string which triggered the exception. |