pub fn json_value_to_string(v: &Value) -> Cow<'_, str>
Shared utility: convert a JSON value to a string representation. Returns Cow::Borrowed for the String variant to avoid allocation.
Cow::Borrowed
String