pub fn to_yaml(value: &Value) -> StringExpand description
Convert a JSON Value into a YAML document.
Strings are always quoted to avoid YAML pitfalls (no → false, 3.0 → float).
Values are preserved as-is — no suffix-driven transformation.
Starts with --- for multi-document streaming compatibility.