<PackageReference Include="Newtonsoft.Json" Version="5.0.7" />
API Differences between 5.0.7 and 4.5.10
116 Additions
3 Removals
Newtonsoft.Json
Newtonsoft.Json.Linq
-
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider
-
public class JValue : JToken, IEquatable<JValue>, IFormattable, IComparable, IComparable<JValue>, IConvertible
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization