Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out JsonString)

Declaration

public static bool TryParse(
    string jsonString,
    out JsonString result
)

Summary

Attempts to parse the specified string into a JSON string.

Parameters

stringjsonString A string containing JSON syntax.
out JsonStringresult Receives the JsonString representing the string, or null if unsuccessful.

Returns

True if parsing was successful; otherwise, false.