JsonMember

Represents a member in the JSON abstract syntax tree.

Represents a member in the JSON abstract syntax tree.

Constructors

public JsonMember(string name, JsonSyntax value)

Initializes a new instance of the JsonMember class.

Parameters:

name (string)
The name.
value (JsonSyntax)
The value.

Properties

Name : string

Gets the member name.

Value : JsonSyntax

Gets the member value.