Skip to main content

value_to_json_repr

Function value_to_json_repr 

Source
pub fn value_to_json_repr(v: &Value) -> JsonValue
Expand description

Lossy Value → JsonValue. Binary/Guid become hex strings, DateTime stays numeric (days since 1899-12-30), Xml stays as a string.