Click or drag to resize
Json.NET

JToken Properties

 

The JToken type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberEqualityComparer
Gets a comparer that can compare two tokens for value equality.
Public propertyFirst
Get the first child token of this token.
Public propertyHasValues
Gets a value indicating whether this token has child tokens.
Public propertyItem
Gets the JToken with the specified key.
Public propertyLast
Get the last child token of this token.
Public propertyNext
Gets the next sibling token of this node.
Public propertyParent
Gets or sets the parent.
Public propertyPath
Gets the path of the JSON token.
Public propertyPrevious
Gets the previous sibling token of this node.
Public propertyRoot
Gets the root JToken of this JToken.
Public propertyType
Gets the node type for this JToken.
Top
See Also