format

Function format 

Source
pub fn format(value: &Value) -> String
Expand 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.