JToken
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo
Represents an abstract JSON token.
Gets a comparer that can compare two tokens for value equality.
Get the first child token of this token.
Gets a value indicating whether this token has childen tokens.
Gets the JToken with the specified key.
Get the last child token of this token.
Gets the next sibling token of this node.
Gets or sets the parent.
Gets the previous sibling token of this node.
Gets the node type for this JToken.
Compares the values of two tokens, including the values of all descendant tokens.
Creates a JToken from an object.
Creates a JToken from an object using the specified JsonSerializer.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an explicit conversion from JToken to Nullable<T>.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Performs an implicit conversion from Nullable<T> to JToken.
Creates a JToken from a JsonReader.
Adds the specified content immediately after this token.
Adds the specified content immediately before this token.
Returns a collection of the sibling tokens after this token, in document order.
Returns a collection of the ancestor tokens of this token.
Returns a collection of the sibling tokens before this token, in document order.
Returns a collection of the child tokens of this token, in document order.
Returns a collection of the child tokens of this token, in document order, filtered by the specified type.
Creates an JsonReader for this token.
Removes this token from its parent.
Replaces this token with the specified token.
Selects the token that matches the object path.
Selects the token that matches the object path.
Returns the JSON for this token using the given formatting and converters.
Gets the JToken with the specified key converted to the specified type.
Returns a collection of the child values of this token, in document order.
Writes this token to a JsonWriter.