class NonCompliantStringException : JsonKrakenException
Since
2.0
An exception used when the String to be wrapped by a JsonString is not compliant with the JSON specification.
NonCompliantStringException(value: String, message: String) |
val value: String
invalid string which triggered the exception. |