parseMap

abstract fun parseMap(json: String): Map<String, Any>

Parse the specified JSON string into a Map.

Return

the parsed JSON as a map

Parameters

json

the JSON to parse

Throws

if the JSON cannot be parsed