Json.NET - Quick Starts & API Documentation
SerializeXNode Method (node, formatting)
Namespaces ► Newtonsoft.Json ► JsonConvert ► SerializeXNode(XObject, Formatting)
Serializes the XNode to a JSON string.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public static string SerializeXNode( XObject node, Formatting formatting )
Public Shared Function SerializeXNode ( _ node As XObject, _ formatting As Formatting _ ) As String
public: static String^ SerializeXNode( XObject^ node, Formatting formatting )
Parameters
- node (XObject)
- The node to convert to JSON.
- formatting (Formatting)
- Indicates how the output is formatted.
Return Value
A JSON string of the XNode.