Noemax.Newtonsoft.Json.Linq Namespace : JToken Class |
The following tables list the members exposed by JToken.
Name | Description | |
---|---|---|
![]() ![]() | 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 child 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. |
![]() | Path | Gets the path of the JSON token. |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | AddAfterSelf | Adds the specified content immediately after this token. |
![]() | AddBeforeSelf | Adds the specified content immediately before this token. |
![]() | 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. |
![]() | Children | Overloaded. Returns a collection of the child tokens of this token, in document order. |
![]() | CreateReader | Creates an Noemax.Newtonsoft.Json.JsonReader for this token. |
![]() | DeepClone | Creates a new instance of the JToken. All child tokens are recursively cloned. |
![]() ![]() | DeepEquals | Compares the values of two tokens, including the values of all descendant tokens. |
![]() ![]() | FromObject | Overloaded. Creates a JToken from an object. |
![]() ![]() | Load | Creates a JToken from a Noemax.Newtonsoft.Json.JsonReader. |
![]() ![]() | Parse | Load a JToken from a string that contains JSON. |
![]() ![]() | ReadFrom | Creates a JToken from a Noemax.Newtonsoft.Json.JsonReader. |
![]() | Remove | Removes this token from its parent. |
![]() | Replace | Replaces this token with the specified token. |
![]() | SelectToken | Overloaded. Selects a JToken using a JPath expression. Selects the token that matches the object path. |
![]() | SelectTokens | Overloaded. Selects a collection of elements using a JPath expression. |
![]() | ToObject | Overloaded. Creates the specified .NET type from the JToken. |
![]() | ToString | Overloaded. Returns the indented JSON for this token. |
![]() | Value<T> | Gets the JToken with the specified key converted to the specified type. |
![]() | Values<T> | Returns a collection of the child values of this token, in document order. |
![]() | WriteTo | Writes this token to a Noemax.Newtonsoft.Json.JsonWriter. |
Name | Description | |
---|---|---|
![]() | GetMetaObject | Returns the System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object. |
![]() | Overloaded. Performs an explicit conversion from JToken to System.Boolean. |
![]() | Overloaded. Performs an implicit conversion from System.Int16 to JToken. |