JValue Properties |
The JValue type exposes the following members.
Name | Description | |
---|---|---|
First |
Get the first child token of this token.
(Inherited from JToken.) | |
HasValues |
Gets a value indicating whether this token has child tokens.
(Overrides JTokenHasValues.) | |
Item |
Gets the JToken with the specified key.
(Inherited from JToken.) | |
Last |
Get the last child token of this token.
(Inherited from JToken.) | |
Next |
Gets the next sibling token of this node.
(Inherited from JToken.) | |
Parent |
Gets or sets the parent.
(Inherited from JToken.) | |
Path |
Gets the path of the JSON token.
(Inherited from JToken.) | |
Previous |
Gets the previous sibling token of this node.
(Inherited from JToken.) | |
Root | (Inherited from JToken.) | |
Type |
Gets the node type for this JToken.
(Overrides JTokenType.) | |
Value |
Gets or sets the underlying token value.
|