format_value

Function format_value 

Source
pub fn format_value(value: &Value, options: FormatOptions) -> String
Expand description

Format a Value as a Styx document string.

The value is treated as the root of a document, so if it’s an Object, it will be formatted without braces (implicit root object).