MessagePack to JSON

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

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

Local MessagePack decoding

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

Related JSON tools