from Json To Map
Converts a JSON string to a Map
Return
The converted Map
Parameters
value
The JSON string to convert.
Throws
if the JSON string is not valid or if the value of any key in the JSON object is not of type JsonPrimitive or JsonArray.