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

The JToken type exposes the following members.

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.

Explicit Interface Implementations

  NameDescription
IEnumerable<(Of <(JToken>)>)..::.GetEnumerator
IJsonLineInfo..::.HasLineInfo

See Also

JToken Class
Facebook.Json.Linq Namespace