[This is preliminary documentation and is subject to change.]

The JsonConvert type exposes the following members.

Methods

  NameDescription
ConvertDateTimeToJavaScriptTicks
ConvertJavaScriptTicksToDateTime
DeserializeAnonymousType<(Of <(T>)>)
Deserializes the specified JSON to the given anonymous type.
DeserializeObjectOverloaded.
DeserializeXmlNodeOverloaded.
IsJsonPrimitive
SerializeObjectOverloaded.
SerializeXmlNode
Serializes the XML node to a JSON string.
ToStringOverloaded.
ToStringInternal

Fields

  NameDescription
False
Represents JavaScript's boolean value false as a string. This field is read-only.
InitialJavaScriptDateTicks
MinimumJavaScriptDate
NaN
Represents JavaScript's NaN as a string. This field is read-only.
NegativeInfinity
Represents JavaScript's negative infinity as a string. This field is read-only.
Null
Represents JavaScript's null as a string. This field is read-only.
PositiveInfinity
Represents JavaScript's positive infinity as a string. This field is read-only.
True
Represents JavaScript's boolean value true as a string. This field is read-only.
Undefined
Represents JavaScript's undefined as a string. This field is read-only.

See Also

JsonConvert Class
Facebook.Json Namespace