Structs§
- Declaration
- An XML declaration.
- Text
Content - A tag with no attributes and some text content.
Enums§
Functions§
- deserialize
- Deserialize an XML string into a JXON compatible struct.
- json_
to_ xml - Convert a JSON string to an XML string. The JSON provided must be compatible with the conventions used by the jxon crate.
- serialize
- Serialize a JXON compatible struct into an XML string.
- xml_
to_ json - Convert an XML string to a JSON value.