JsonArray

Represents an array in the JSON abstract syntax tree.

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.