Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: JsonList Parse(string, bool)

Declaration

public static JsonList Parse(
    string jsonList,
    bool allowJavaScript = false
)

Summary

Parses the specified JSON as a JSON list. All other types of JSON values result in a JsonParseException.

Parameters

stringjsonList JSON syntax to parse.
boolallowJavaScript See JsonValue.Parse(string, bool).