Dev Tools

MessagePack Viewer

Decode Base64-encoded MessagePack data and view as formatted JSON.

Base64-encoded MessagePack
Decoded JSON
{
  "name": "Alice",
  "age": 30
}
About MessagePack

MessagePack is an efficient binary serialization format similar to JSON but smaller and faster. This tool expects data to be Base64-encoded since MessagePack is binary. It supports all standard MessagePack types: nil, bool, integers, floats, strings, binary, arrays, and maps.

Was this page helpful?

Related tools