<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
API Differences between 9.0.1 and 8.0.1
45 Additions
35 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 JsonMergeSettings
-
public enum MergeNullValueHandling
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization
System.Runtime.Serialization.Formatters