pub fn json_to_string(value: &Value) -> String
Convert JSON value to string (JavaScript-compatible mode).
Objects render as "[object Object]" matching JavaScript’s String() behavior.
"[object Object]"
String()