parseJsonValue

inline fun <T> String.parseJsonValue(): T
fun <T> String.parseJsonValue(deserializer: DeserializationStrategy<T>): T