pub fn json_to_xml(
    json: &str,
    indent: Option<(u8, usize)>
) -> Result<String, Error>
Expand description

Convert a JSON string to an XML string. The JSON provided must be compatible with the conventions used by the jxon crate.