JToken Properties | 
The JToken type exposes the following members.
| Name | Description | |
|---|---|---|
| EqualityComparer | 
            Gets a comparer that can compare two tokens for value equality.
              | |
| First | 
            Get the first child token of this token.
              | |
| HasValues | 
            Gets a value indicating whether this token has child tokens.
              | |
| Item | 
            Gets the JToken with the specified key.
              | |
| Last | 
            Get the last child token of this token.
              | |
| Next | 
            Gets the next sibling token of this node.
              | |
| Parent | 
            Gets or sets the parent.
              | |
| Path | 
            Gets the path of the JSON token. 
              | |
| Previous | 
            Gets the previous sibling token of this node.
              | |
| Root | ||
| Type | 
            Gets the node type for this JToken.
              |