JObject Properties |
The JObject type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildrenTokens |
Gets the container's children tokens.
(Overrides JContainerChildrenTokens.) | |
| Count |
Gets the count of child JSON tokens.
(Inherited from JContainer.) | |
| First |
Get the first child token of this token.
(Inherited from JContainer.) | |
| HasValues |
Gets a value indicating whether this token has child tokens.
(Inherited from JContainer.) | |
| ItemObject |
Gets the JToken with the specified key.
(Overrides JTokenItemObject.) | |
| ItemString |
Gets or sets the JToken with the specified property name.
| |
| Last |
Get the last child token of this token.
(Inherited from JContainer.) | |
| 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.) |