fromJsonToMap

Converts a JSON string to a Map object.

Return

The converted Map object.

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.