toKotlinObject

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