Serializes the XML node to a JSON string.

Declaration Syntax
Public Shared Function SerializeXmlNode ( _
node As XmlNode _
) As String

Parameters
- node (XmlNode)
- The node to serialize.

Return Value
A JSON string of the XmlNode.
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.5.14908)