parse

fun <T> parse(text: String): T
fun <T> parse(text: String, reviver: (key: String, value: Any?) -> Any?): T