JsonObject Class
Represents an object in the JSON abstract syntax tree.
public sealed class JsonObject : JsonSyntax
- Namespace
- Spectre
.Console .Json .Syntax - Base Types
Constructors
-
JsonObject
() -
Initializes a new instance of the
JsonObject
class.
Properties
- List<JsonMember> Members
- Gets the object's members.