pub fn stream_to_string(v: impl Value) -> Result<String, Error>
Expand description

Stream a value as JSON into a string.

This method will fail if the value contains complex values as keys.