parse

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