Encodes an XML Document as a JSON object.
void Encode(object Object, int? Indent, StringBuilder Json)
Encodes the Object to JSON.
Grade Supports(Type ObjectType)
How well the JSON encoder encodes objects of type ObjectType .
XmlDocumentJsonEncoder()
Encodes an XML Document as a JSON object.
Encodes an XML Element as a JSON object.
void Encode(object Object, int? Indent, StringBuilder Json)
Encodes the Object to JSON.
Interface for encoding objects of certain types to JSON.