Noemax.Newtonsoft.Json.Linq Namespace : JObject Class |
The following tables list the members exposed by JObject.
Name | Description | |
---|---|---|
![]() | JObject Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Gets the count of child JSON tokens. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | First | Get the first child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | HasValues | Gets a value indicating whether this token has child tokens. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | Item | Overridden. Gets the JToken with the specified key. |
![]() | Last | Get the last child token of this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | 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. |
Name | Description | |
---|---|---|
![]() | ChildrenTokens | Overridden. Gets the container's children tokens. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified property name. |
![]() | 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) |
![]() | AddFirst | Adds the specified content as the first children of this JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | 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.JContainer) |
![]() | CreateReader | Creates an Noemax.Newtonsoft.Json.JsonReader for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | CreateWriter | Creates an Noemax.Newtonsoft.Json.JsonWriter that can be used to add tokens to the JToken. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | DeepClone | Creates a new instance of the JToken. All child tokens are recursively cloned. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | Descendants | Returns a collection of the descendant tokens for this token in document order. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() ![]() | FromObject | Overloaded. Creates a JObject from an object. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. |
![]() | GetValue | Overloaded. Gets the JToken with the specified property name. |
![]() ![]() | Load | Loads an JObject from a Noemax.Newtonsoft.Json.JsonReader. |
![]() ![]() | Parse | Load a JObject from a string that contains JSON. |
![]() | Properties | Gets an System.Collections.Generic.IEnumerable`1 of this object's properties. |
![]() | Property | Gets a JProperty the specified name. |
![]() | PropertyValues | Gets an JEnumerable<T> of this object's property values. |
![]() | Remove | Overloaded. Removes the property with the specified name. |
![]() | RemoveAll | Removes the child nodes from this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | Replace | Replaces this token with the specified token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | ReplaceAll | Replaces the children nodes of this token with the specified content. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | 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 the indented JSON for this token. (Inherited from Noemax.Newtonsoft.Json.Linq.JToken) |
![]() | TryGetValue | Overloaded. Tries to get the JToken with the specified property name. The exact property name will be searched for first and if no matching property is found then the System.StringComparison will be used to match a property. |
![]() | Value<T> | Gets the JToken with the specified key converted to the specified type. (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.JContainer) |
![]() | 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. |
![]() | OnAddingNew | Raises the AddingNew event. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | OnCollectionChanged | Raises the CollectionChanged event. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | OnListChanged | Raises the ListChanged event. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | OnPropertyChanged | Raises the PropertyChanged event with the provided arguments. |
![]() | OnPropertyChanging | Raises the PropertyChanging event with the provided arguments. |
Name | Description | |
---|---|---|
![]() | AddingNew | Occurs before an item is added to the collection. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | CollectionChanged | Occurs when the items list of the collection has changed, or the collection is reset. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | ListChanged | Occurs when the list changes or an item in the list changes. (Inherited from Noemax.Newtonsoft.Json.Linq.JContainer) |
![]() | PropertyChanged | Occurs when a property value changes. |
![]() | PropertyChanging | Occurs when a property value is changing. |