Click or drag to resize
Json.NET

JsonConvertDeserializeXmlNode Method

 
Overload List
  NameDescription
Public methodStatic memberDeserializeXmlNode(String)
Deserializes the XmlNode from a JSON string.
Public methodStatic memberDeserializeXmlNode(String, String)
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName.
Public methodStatic memberDeserializeXmlNode(String, String, Boolean)
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName and writes a Json.NET array attribute for collections.
Public methodStatic memberDeserializeXmlNode(String, String, Boolean, Boolean)
Deserializes the XmlNode from a JSON string nested in a root element specified by deserializeRootElementName, writes a Json.NET array attribute for collections, and encodes special characters.
Top
See Also