pub fn from_json(v: &Value) -> Result<Value, CborError>
Build a CBOR value from a JSON value. Object key order is preserved as-is — sort beforehand for canonical output.