Noemax.Newtonsoft.Json.Linq Namespace : JValue Class |
The following tables list the members exposed by JValue.
Name | Description | |
---|---|---|
![]() | JValue Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | First | Get the first child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | HasValues | Overridden. Gets a value indicating whether this token has child tokens. |
![]() | Item | Gets the JToken with the specified key. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Last | Get the last child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Next | Gets the next sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Parent | Gets or sets the parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Path | Gets the path of the JSON token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Previous | Gets the previous sibling token of this node. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Root | Gets the root JToken of this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Type | Overridden. Gets the node type for this JToken. |
![]() | Value | Gets or sets the underlying token value. |
Name | Description | |
---|---|---|
![]() | AddAfterSelf | Adds the specified content immediately after this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | AddBeforeSelf | Adds the specified content immediately before this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | AfterSelf | Returns a collection of the sibling tokens after this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Ancestors | Returns a collection of the ancestor tokens of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | BeforeSelf | Returns a collection of the sibling tokens before this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Children | Overloaded. Returns a collection of the child tokens of this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
![]() ![]() | CreateComment | Creates a JValue comment with the given value. |
![]() | CreateReader | Creates an Noemax.Newtonsoft.Json.JsonReader for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() ![]() | CreateString | Creates a JValue string with the given value. |
![]() | DeepClone | Creates a new instance of the JToken. All child tokens are recursively cloned. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Equals | Overloaded. Indicates whether the current object is equal to another object of the same type. |
![]() | GetHashCode | Serves as a hash function for a particular type. |
![]() | Remove | Removes this token from its parent. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Replace | Replaces this token with the specified token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | SelectToken | Overloaded. Selects a JToken using a JPath expression. Selects the token that matches the object path. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | SelectTokens | Overloaded. Selects a collection of elements using a JPath expression. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ToObject | Overloaded. Creates the specified .NET type from the JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ToString | Overloaded. Returns a System.String that represents this instance. |
![]() | Value | Gets or sets the underlying token value. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Values<T> | Returns a collection of the child values of this token, in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | WriteTo | Overridden. Writes this token to a Noemax.Newtonsoft.Json.JsonWriter. |
Name | Description | |
---|---|---|
![]() | GetMetaObject | Overridden. Returns the System.Dynamic.DynamicMetaObject responsible for binding operations performed on this object. |