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