InvalidCastException(from: KClass<out JsonValue>, to: KClass<*>)
Since
2.0
An exception used for when a JsonValue tries to be unboxed, but fails because it cannot be casted to said type.
See 'Valid Types' for more information. (https://github.com/zogar1993/jsonkraken#valid-types)