parse

abstract fun <T> parse(json: String, typeToken: TypeToken<T>): T
inline fun <T> parse(json: String): T