Constructors
Methods
-
Can
Convert(Type) virtual Determines whether this instance can convert the specified value type. -
Read
Json(Json virtual Reads the JSON representation of the object.Reader, Type, Object, Json Serializer) -
Write
Json(Json virtual Writes the JSON representation of the object.Writer, Object, Json Serializer)
Properties
-
Deserialize
Root Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produced multiple root elements.Element Name -
Encode
Special Gets or sets a value indicating whether to encode special characters when converting JSON to XML. If true, special characters like ':', '@', '?', '#' and '$' in JSON property names aren't used to specify XML namespaces, attributes or processing directives. Instead special characters are encoded and written as part of the XML element name.Characters -
Omit
Root Gets or sets a value indicating whether to write the root JSON object.Object -
Write
Array Gets or sets a value to indicate whether to write the Json.NET array attribute. This attribute helps preserve arrays when converting the written XML back to JSON.Attribute