JsonArray Class
Represents an array in the JSON abstract syntax tree.
public sealed class JsonArray : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonArray
() -
Initializes a new instance of the
JsonArray
class.
Properties
- List<JsonSyntax> Items
- Gets the array items.