Decode MessagePack bytes into nested values and identify each binary type prefix.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
The first byte selects a compact integer, string, array, map, float, binary, or extension format, and length bytes determine the payload size. Supported arrays and maps are decoded recursively until their declared contents end.
gaRuYW1lpUFsaWNl
Hex: 81 a4 6e 61 6d 65 a5 41 6c 69 63 65 Byte length: 12 Format: Fixmap (1 elements) DECODED Name: Alice
Game packets, service caches, and protocol captures use compact MessagePack payloads.