XMLToJSONConverter Members
Include Protected Members
Include Inherited Members
Provides a method to convert an XML document to JavaScript Object Notation (JSON).
The XMLToJSONConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XMLToJSONConverter | Initializes a new instance of the XMLToJSONConverter class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
Write | Writes an XML node as JavaScript Object Notation (JSON). |
Top