<PackageReference Include="Newtonsoft.Json" Version="4.0.3" />
API Differences between 4.0.3 and 6.0.2
59 Additions
167 Removals
Newtonsoft.Json
-
public enum DateFormatHandling
-
public enum DateParseHandling
-
public enum DateTimeZoneHandling
-
public enum FloatFormatHandling
-
public enum FloatParseHandling
-
public abstract class JsonContainerAttribute : Attribute
-
public static class JsonConvert
- public static Func<JsonSerializerSettings> DefaultSettings { get; set; }
- public static T DeserializeAnonymousType<T>(string value, T anonymousTypeObject, JsonSerializerSettings settings)
- public static string SerializeObject(object value, JsonSerializerSettings settings)
- public static string SerializeObject(object value, Type type, JsonSerializerSettings settings)
- public static string SerializeObject(object value, Type type, Formatting formatting, JsonSerializerSettings settings)
- public static string ToString(DateTime value, DateFormatHandling format, DateTimeZoneHandling timeZoneHandling)
-
public sealed class JsonDictionaryAttribute : JsonContainerAttribute
-
public class JsonException : Exception
-
public class JsonExtensionDataAttribute : Attribute
-
public sealed class JsonObjectAttribute : JsonContainerAttribute
-
public sealed class JsonPropertyAttribute : Attribute
-
public abstract class JsonReader : IDisposable
-
public class JsonReaderException : Exception
- public string Path { get; }
-
public class JsonSerializer
-
public class JsonSerializerSettings
-
public class JsonTextReader : JsonReader, IJsonLineInfo
-
public abstract class JsonWriter : IDisposable
-
public class JsonWriterException : Exception
- public string Path { get; }
-
public enum MemberSerialization
-
public enum StringEscapeHandling
Newtonsoft.Json.Bson
Newtonsoft.Json.Converters
Newtonsoft.Json.Linq
-
public class JArray : JContainer, IList<JToken>, ICollection<JToken>, IEnumerable<JToken>, IEnumerable
-
public class JObject : JContainer, IDictionary<string, JToken>, ICollection<KeyValuePair<string, JToken>>, IEnumerable<KeyValuePair<string, JToken>>, IEnumerable, INotifyPropertyChanged, ICustomTypeDescriptor
-
public class JPropertyDescriptor : PropertyDescriptor
-
public abstract class JToken : IJEnumerable<JToken>, IEnumerable<JToken>, IEnumerable, IJsonLineInfo, ICloneable
-
public class JValue : JToken, IEquatable<JValue>, IFormattable, IComparable, IComparable<JValue>
Newtonsoft.Json.Schema
Newtonsoft.Json.Serialization
-
public sealed delegate Action : MulticastDelegate
-
public sealed delegate Action<T1, T2> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3, T4> : MulticastDelegate
-
public class DefaultContractResolver : IContractResolver
-
public class DiagnosticsTraceWriter : ITraceWriter
-
public class ErrorContext
- public string Path { get; }
-
public sealed delegate ExtensionDataGetter : MulticastDelegate
-
public sealed delegate ExtensionDataSetter : MulticastDelegate
-
public sealed delegate Func<TResult> : MulticastDelegate
-
public sealed delegate Func<T, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, T4, TResult> : MulticastDelegate
-
public interface ITraceWriter
-
public class JsonArrayContract : JsonContract
-
public class JsonContainerContract : JsonContract
-
public abstract class JsonContract
-
public class JsonDictionaryContract : JsonContract
-
public class JsonObjectContract : JsonContract
-
public class JsonProperty
-
public class MemoryTraceWriter : ITraceWriter
-
public sealed delegate SerializationCallback : MulticastDelegate
-
public sealed delegate SerializationErrorCallback : MulticastDelegate
System
-
public sealed delegate Action : MulticastDelegate
-
public sealed delegate Action<T1, T2> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3> : MulticastDelegate
-
public sealed delegate Action<T1, T2, T3, T4> : MulticastDelegate
-
public sealed delegate Func<TResult> : MulticastDelegate
-
public sealed delegate Func<T, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, TResult> : MulticastDelegate
-
public sealed delegate Func<T1, T2, T3, T4, TResult> : MulticastDelegate