Skip to main content

value_to_xml_string

Function value_to_xml_string 

Source
pub fn value_to_xml_string(value: &Value) -> Option<String>
Expand description

Converts a Value to an XML-safe string representation.

Returns None for Value::Null (callers should omit the element).