Skip to main content

stringify_json5

Function stringify_json5 

Source
pub fn stringify_json5<T>(
    formatted: &Formatted<T>,
    options: Option<FormatOptions>,
) -> Result<String, Error>
where T: Serialize,
Expand description

Stringifies a JSON5 value with preserved or configured formatting.