Crate xmlJSON [−] [src]
Structs for conversions from XML to JSON
Example
use xmlJSON::XmlDocument; use std::str::FromStr; let test = "<note type=\"Reminder\"> test </note>"; let data = XmlDocument::from_str(test);
Structs
ParseXmlError |
Error when parsing XML |
XmlData |
An XML Tag |
XmlDocument |
An XML Document |