<PackageReference Include="Newtonsoft.Json" Version="4.0.2" />
API Differences between 4.0.2 and 4.0.5
5 Additions
31 Removals
Newtonsoft.Json
Newtonsoft.Json.Linq
-
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
- public int Count { get; }
-
public abstract class JContainer : JToken, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, ITypedList, IBindingList, IList, ICollection, IEnumerable, INotifyCollectionChanged
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertyChanging
- public int Count { get; }
-
public class JPropertyDescriptor : PropertyDescriptor
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider
-
public enum JTokenType
-
public class JValue : JToken, IEquatable<JValue>, IFormattable, IComparable, IComparable<JValue>
Newtonsoft.Json.Linq.ComponentModel
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization