Newtonsoft.Json.Converters Namespace |
| Class | Description | |
|---|---|---|
| BinaryConverter |
Converts a binary value to and from a base 64 string value.
| |
| BsonObjectIdConverter | Obsolete.
Converts a BsonObjectId to and from JSON and BSON.
| |
| CustomCreationConverterT |
Creates a custom object.
| |
| DataSetConverter |
Converts a DataSet to and from JSON.
| |
| DataTableConverter |
Converts a DataTable to and from JSON.
| |
| DateTimeConverterBase |
Provides a base class for converting a DateTime to and from JSON.
| |
| DiscriminatedUnionConverter |
Converts a F# discriminated union type to and from JSON.
| |
| EntityKeyMemberConverter |
Converts an Entity Framework EntityKeyMember to and from JSON.
| |
| ExpandoObjectConverter |
Converts an ExpandoObject to and from JSON.
| |
| IsoDateTimeConverter |
Converts a DateTime to and from the ISO 8601 date format (e.g. "2008-04-12T12:53Z").
| |
| JavaScriptDateTimeConverter | ||
| KeyValuePairConverter |
Converts a KeyValuePairTKey, TValue to and from JSON.
| |
| RegexConverter |
Converts a Regex to and from JSON and BSON.
| |
| StringEnumConverter |
Converts an Enum to and from its name string value.
| |
| UnixDateTimeConverter |
Converts a DateTime to and from Unix epoch time
| |
| VersionConverter |
Converts a Version to and from a string (e.g. "1.2.3.4").
| |
| XmlNodeConverter |
Converts XML to and from JSON.
|