<PackageReference Include="Newtonsoft.Json" Version="4.5.3" />
API Differences between 4.5.3 and 5.0.3
3 Additions
88 Removals
Newtonsoft.Json
Newtonsoft.Json.Linq
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable
-
public class JValue : JToken, IEquatable<JValue>, IFormattable, IComparable, IComparable<JValue>
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization