[][src]Function jxon::json_to_xml

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

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