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

The JToken type exposes the following members.

Constructors

  NameDescription
JToken
Initializes a new instance of the JToken class

Methods

  NameDescription
AddAfterSelf
AddBeforeSelf
AfterSelf
Returns a collection of the sibling tokens after this token, in document order.
Ancestors
Returns a collection of the ancestor tokens of this token.
BeforeSelf
Returns a collection of the sibling tokens before this token, in document order.
ChildrenOverloaded.
CloneNode
CreateReader
DeepEqualsOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
FromObject
Creates a JToken from an object.
FromObjectInternal
GetDeepHashCode
GetEnumerator
Returns an enumerator that iterates through a collection.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReadFrom
Remove
Removes this token from its parent.
Replace
Replaces this token with the specified token.
SetLineInfoOverloaded.
ToStringOverloaded.
Value<(Of <(T>)>)
Gets the JToken with the specified key converted to the specified type.
Values<(Of <(T>)>)
Returns a collection of the child values of this token, in document order.
WriteTo
Writes this token to a JsonWriter.

Operators

  NameDescription
ExplicitOverloaded.

Fields

  NameDescription
_next

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
IEnumerable<(Of <(JToken>)>)..::.GetEnumerator
IJsonLineInfo..::.HasLineInfo
IJEnumerable<(Of <(JToken>)>)..::.Item
IJsonLineInfo..::.LineNumber
IJsonLineInfo..::.LinePosition

See Also

JToken Class
Facebook.Json.Linq Namespace