<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
API Differences between 12.0.3 and 13.0.2
19 Additions
42 Removals
Newtonsoft.Json
Newtonsoft.Json.Converters
Newtonsoft.Json.Linq
-
public abstract class JContainer : JToken, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable, IList, ICollection, INotifyCollectionChanged
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged
-
public class JPropertyDescriptor : PropertyDescriptor
-
public class JsonCloneSettings
-
public class JsonSelectSettings
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, IDynamicMetaObjectProvider
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization
System.Runtime.Serialization.Formatters