<PackageReference Include="Newtonsoft.Json" Version="7.0.1" />
API Differences between 7.0.1 and 8.0.1
0 Additions
24 Removals
Newtonsoft.Json
Newtonsoft.Json.Linq
-
public enum CommentHandling
-
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
-
public class JConstructor : JContainer
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor, INotifyPropertyChanging
-
public class JProperty : JContainer
-
public class JsonLoadSettings
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable, IDynamicMetaObjectProvider
-
public enum LineInfoHandling
Newtonsoft.Json.Serialization