🔄Converters
MessagePack to JSON (text) Converter
Explains the MessagePack binary format, its advantages and how to translate it into textual JSON.
MessagePack é um formato binário compacto e mais rápido que JSON em transferência. Tipos suportados incluem int, float, string, bin, array, map e ext.
Para converter use bibliotecas como @msgpack/msgpack (JS) ou msgpack (Python). Bytestrings são serializadas em base64 ao virar JSON.
Related Tools
🖼️
PDF to Images
Convert PDF pages to individual PNG images. Everything in your browser via pdf.js.
🎨
Pixel Art Converter
Convert an image to pixel art by reducing resolution and color palette. Stylized retro output.
💱
Currency Converter
Convert between major currencies (USD, EUR, BRL, GBP, JPY, ARS) using live rates from open.er-api.com.