inline fun <reified OutputType> jsonTo(jsonString: String): OutputType
Convert JSON to OutputType
OutputType