CBOR to JSON

Convert CBOR binary data into clean, formatted JSON directly in your browser.

Your data is processed locally in your browser and is never uploaded.

Local CBOR decoding

Choose a CBOR file to decode it locally. Large integers are represented as strings when needed, and binary values use a $binary Base64 object.

Related JSON tools