JObject
JObject()
JObject(JObject)
JObject(Object)
JObject(Object[])
ChildrenTokens
this[Object]
this[String]
Type
Add(String, JToken)
ContainsKey(String)
FromObject(Object)
FromObject(Object, JsonSerializer)
GetEnumerator()
GetMetaObject(Expression)
GetValue(String)
GetValue(String, StringComparison)
Load(JsonReader)
Load(JsonReader, JsonLoadSettings)
LoadAsync(JsonReader, CancellationToken)
LoadAsync(JsonReader, JsonLoadSettings, CancellationToken)
OnPropertyChanged(String)
OnPropertyChanging(String)
Parse(String)
Parse(String, JsonLoadSettings)
Properties()
Property(String)
Property(String, StringComparison)
PropertyValues()
Remove(String)
TryGetValue(String, JToken)
TryGetValue(String, StringComparison, JToken)
WriteTo(JsonWriter, JsonConverter[])
WriteToAsync(JsonWriter, CancellationToken, JsonConverter[])
PropertyChanged
PropertyChanging
net10.0
namespace Newtonsoft.Json.Linq
{
[DefaultMember("Item")]
public class JObject : JContainer, ICollection<KeyValuePair<string!, JToken?>>, IDictionary<string!, JToken?>, IEnumerable, IEnumerable<KeyValuePair<string!, JToken?>>, ICustomTypeDescriptor, INotifyPropertyChanged, INotifyPropertyChanging
{
public event PropertyChangingEventHandler? PropertyChanging;
}
}
| .NET | 6.07.08.09.010.0 |
|---|---|
| .NET Framework | 3.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net10.0 | |
| Assemblies | Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed Newtonsoft.Json , Version=13.0.0.0, PublicKeyToken=30ad4fe6b2a6aeed |
| Referencing | Your project needs a package reference to |
| Package | Newtonsoft.Json (13.0.4) net6.0 |
| Platform Restrictions | The event adder is supported on all platforms. The event remover is supported on all platforms. |
- Built-in API
- Package-provided API