Codec.CBOR.JSON
encodeValue :: Value -> Encoding Source #
Encode a JSON value into CBOR.
decodeValue :: Bool -> Decoder s Value Source #
Decode an arbitrary CBOR value into JSON.