Click or drag to resize
Json.NET

Newtonsoft.Json.Converters Namespace

 
The Newtonsoft.Json.Converters namespace provides classes that inherit from JsonConverter.
Classes
  ClassDescription
Public classBinaryConverter
Converts a binary value to and from a base 64 string value.
Public classBsonObjectIdConverter Obsolete.
Converts a BsonObjectId to and from JSON and BSON.
Public classCustomCreationConverterT
Creates a custom object.
Public classDataSetConverter
Converts a DataSet to and from JSON.
Public classDataTableConverter
Converts a DataTable to and from JSON.
Public classDateTimeConverterBase
Provides a base class for converting a DateTime to and from JSON.
Public classDiscriminatedUnionConverter
Converts a F# discriminated union type to and from JSON.
Public classEntityKeyMemberConverter
Converts an Entity Framework EntityKeyMember to and from JSON.
Public classExpandoObjectConverter
Converts an ExpandoObject to and from JSON.
Public classIsoDateTimeConverter
Converts a DateTime to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z").
Public classJavaScriptDateTimeConverter
Converts a DateTime to and from a JavaScript Date constructor (e.g. new Date(52231943)).
Public classKeyValuePairConverter
Public classRegexConverter
Converts a Regex to and from JSON and BSON.
Public classStringEnumConverter
Converts an Enum to and from its name string value.
Public classUnixDateTimeConverter
Converts a DateTime to and from Unix epoch time
Public classVersionConverter
Converts a Version to and from a string (e.g. "1.2.3.4").
Public classXmlNodeConverter
Converts XML to and from JSON.