pub fn to_json(v: &Value) -> Result<Value, CborError>
Convert a decoded CBOR value back to JSON. Fails on shapes JSON cannot express (byte strings, non-text map keys, tags) — the typed wire bodies never contain them.