pub fn to_string<T>(value: &T) -> Result<String>where T: Serialize,
Serialize a Rust value to a JAML string.
JAML is inherently indentation-based, so output is always formatted with proper indentation (similar to YAML).