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
: stringGets the member name.
Value
: JsonSyntaxGets the member value.