Crate jxon

Source

Structs§

Declaration
An XML declaration.
TextContent
A tag with no attributes and some text content.

Enums§

Error

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.