inline fun <reified T : JsonValue> transform(value: Any?): T
value - will be converted to T representation.
T - is the expected representation of value .
UnexpectedJsonValueException - .
NonCompliantStringException - .
NonCompliantNumberException - .
MapTransformationException - .
IterableTransformationException - .
ArrayTransformationException - .
Since
2.0