Click or drag to resize
Json.NET

JsonConvertDeserializeXNode Method

 
Overload List
  NameDescription
Public methodStatic memberDeserializeXNode(String)
Deserializes the XNode from a JSON string.
Public methodStatic memberDeserializeXNode(String, String)
Deserializes the XNode from a JSON string nested in a root element specified by deserializeRootElementName.
Public methodStatic memberDeserializeXNode(String, String, Boolean)
Deserializes the XNode from a JSON string nested in a root element specified by deserializeRootElementName and writes a Json.NET array attribute for collections.
Public methodStatic memberDeserializeXNode(String, String, Boolean, Boolean)
Deserializes the XNode 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