inline fun <reified T : JsonValue> deserialize(data: String): T
data - is a raw String representation of a JSON.
data
T - is the expected representation of data.
T
UnexpectedJsonValueException - .
UnexpectedJsonValueException
DeserializationException - .
DeserializationException
Since 2.0
Return a T representation of data.