Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out JsonDict)

Declaration

public static bool TryParse(
    string jsonDict,
    out JsonDict result
)

Summary

Attempts to parse the specified string into a JSON dictionary.

Parameters

stringjsonDict A string containing JSON syntax.
out JsonDictresult Receives the JsonDict representing the dictionary, or null if unsuccessful.

Returns

True if parsing was successful; otherwise, false.