pub fn format_value(value: &Value, options: FormatOptions) -> StringExpand 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).