toKotlinObject

inline fun <T : Any> String.toKotlinObject(): T(source)
fun <T> String.toKotlinObject(valueType: Class<T>): T(source)