JObject
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertyChanging
Represents a JSON object.
Gets or sets the JToken with the specified property name.
Occurs when a property value changes.
Occurs when a property value is changing.
public JObject()
Initializes a new instance of the JObject class.
Initializes a new instance of the JObject class with the specified content.
Initializes a new instance of the JObject class with the specified content.
Creates a JObject from an object.
Creates a JArray from an object.
Loads an JObject from a JsonReader.
Load a JObject from a string that contains JSON.
Adds the specified property name.
Returns an enumerator that iterates through the collection.
Raises the PropertyChanged event with the provided arguments.
Raises the PropertyChanging event with the provided arguments.
Gets an IEnumerable<T> of this object's properties.
Gets a JProperty the specified name.
Gets an JEnumerable<T> of this object's property values.
Removes the property with the specified name.
Tries the get value.