parseList

abstract fun parseList(json: String): List<Any>

Parse the specified JSON string into a List.

Return

the parsed JSON as a list

Parameters

json

the JSON to parse

Throws

if the JSON cannot be parsed