pub fn to_string<T>(v: &Value<T>) -> String
Expand description

Identical to calling to_string() on the crate::Value, but here just to make it a little more obvious that this is the inverse of from_str.

Panics

Panics if a Primitive::U256/Primitive::I256 are a part of the value, since we cannot properly format and parse those at the moment.