<PackageReference Include="Newtonsoft.Json" Version="4.5.10" />
API Differences between 4.5.10 and 4.5.6
6 Additions
0 Removals
Newtonsoft.Json.Linq
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertyChanging
-
public class JValue : JToken, IEquatable<JValue>, IFormattable, IComparable, IComparable<JValue>
Newtonsoft.Json.Serialization