parseJSONString

Parses the given JSON string and returns the corresponding JSON object.

Throws a JSONException if any parsing error occurs.

@safe
parseJSONString
(
string str
,
string filename = null
)

Meta