<PackageReference Include="Newtonsoft.Json" Version="4.0.3" />
API Differences between 4.0.3 and 4.5.10
7 Additions
72 Removals
Newtonsoft.Json
Newtonsoft.Json.Bson
Newtonsoft.Json.Converters
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.Schema
Newtonsoft.Json.Serialization