Represents an array in the JSON abstract syntax tree.
Constructors
public JsonArray()
Initializes a new instance of the JsonArray class.
Properties
Items
: List<JsonSyntax>Gets the array items.
Represents an array in the JSON abstract syntax tree.
Represents an array in the JSON abstract syntax tree.
public JsonArray()
Initializes a new instance of the JsonArray class.
Items
: List<JsonSyntax>Gets the array items.