pub fn to_json(input: String) -> JsonValue
Parse an XML string into a JSON object.
pub fn to_xml(input: JsonValue) -> String
Parse an JSON object into an xml string.
pub fn to_xml_fragment(input: JsonValue) -> String
Parse an JSON object into an xml fragment.