Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: bool TryParse(string, out JsonList)

Declaration

public static bool TryParse(
    string jsonNumber,
    out JsonList result
)

Summary

Attempts to parse the specified string into a JSON list.

Parameters

stringjsonNumber A string containing JSON syntax.
out JsonListresult Receives the JsonList representing the list, or null if unsuccessful.

Returns

True if parsing was successful; otherwise, false.