Decode and inspect CBOR payloads as readable JSON — instantly
Debugging WebAuthn responses, IoT sensor data, or COSE security tokens? Paste CBOR data (base64 or hex) and get formatted JSON instantly.
To get started, just paste your CBOR value (in base64 or hex) or a JSON string into the respective input field above.
CBOR (Concise Binary Object Representation) is a binary data format that aims to be smaller and more efficient than JSON. It provides a compact binary representation of structured data, making it useful for scenarios where size and performance are important.
You'll commonly encounter CBOR in WebAuthn/FIDO2 attestation objects, IoT device communication (CoAP, MQTT), and COSE security tokens.
For more information, you can visit the .
This tool handles CBOR data types that don't have direct JSON equivalents:
Explore the GitHub repository to view the source code, contribute to pull requests and issues.
Visit my blog for more developer tips and stories.