pub fn format(value: &Value) -> StringExpand description
Formats a JAML Value into an indentation-based string.
JAML format is inherently indentation-based (like YAML), so there’s no compact vs pretty distinction. All output uses 2-space indentation by design.