[][src]Function jxon::json_to_xml

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