JContainer Properties |
The JContainer type exposes the following members.
Name | Description | |
---|---|---|
ChildrenTokens |
Gets the container's children tokens.
| |
Count |
Gets the count of child JSON tokens.
| |
First |
Get the first child token of this token.
(Overrides JTokenFirst.) | |
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.
(Overrides JTokenLast.) | |
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.
(Inherited from JToken.) |