-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | A library for encoding JSON as CBOR
--   
--   This package implements the bijection between JSON and CBOR defined in
--   the CBOR specification, RFC 7049.
@package cborg-json
@version 0.2.2.0

module Codec.CBOR.JSON

-- | Encode a JSON value into CBOR.
encodeValue :: Value -> Encoding

-- | Decode an arbitrary CBOR value into JSON.
decodeValue :: Bool -> Decoder s Value
