Your can also drag and drop your Cbor files here.


How to convert CBOR to JSON

Simply browse or drag and drop your CBOR files, and the JSON data will be automatically generated.
You can convert both CBOR binary files and CBOR hexadecimal files.

CBOR viewer

This tool is a CBOR viewer. It allows you to display the contents of your CBOR files in JSON format for easier reading. It supports files containing binary data as well as data encoded in hex.
This tool uses the cbor-js library, which allows CBOR files to be processed directly in your browser. Thanks to this, your data stays local, it is never sent to our servers.

CBOR format

CBOR (Concise Binary Object Representation) is a compact binary data format designed for efficient data exchange, which means it is not human-readable. It is similar in structure to JSON but optimized for smaller size and faster processing. CBOR can represent complex data types such as arrays, objects, and binary data, while remaining easy to parse and generate in various programming languages.

To learn more: https://cbor.io/