format_object_braced

Function format_object_braced 

Source
pub fn format_object_braced(obj: &Object, options: FormatOptions) -> String
Expand description

Format an Object directly (with braces), not as a root document.

This is useful for code actions that need to format a single object while respecting its separator style.