[This is preliminary documentation and is subject to change.]

The JToken type exposes the following members.

Properties

  NameDescription
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 childen 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.
Previous
Gets the previous sibling token of this node.
Root
Gets the root JToken of this JToken.
Type
Gets the node type for this JToken.

Explicit Interface Implementations

  NameDescription
IJEnumerable<(Of <(JToken>)>)..::.Item
IJsonLineInfo..::.LineNumber
IJsonLineInfo..::.LinePosition

See Also

JToken Class
Facebook.Json.Linq Namespace