pub fn stringify(value: Option<&Value>) -> String
Renders a value as a string using A2UI’s fixed conversion rules.
None (an unresolved path) and Value::Null both become "".
None
Value::Null
""