How to use: QR Payload Formatter
QR Payload Formatter is a free online qr tool that build a correct standard payload string from JSON fields, applying the escaping rules each format requires instantly in your browser. Paste your data, adjust the options and get the result in real time — no installation, no sign-up, and nothing is ever uploaded to a server.
Use QR Payload Formatter now →
Description
Build a correct standard payload string from JSON fields, applying the escaping rules each format requires.
- qr
- Because everything is computed client-side, QR Payload Formatter is safe to use with sensitive data such as API keys, tokens or private logs.
How to use
Using QR Payload Formatter takes three steps:
- Paste your data into the input box (or load the example).
- Configure the options to match your target format or scenario.
- Copy, download or inspect the output — it updates live as you type.
Run
Examples
Builds the standards-correct payload string, escaping the semicolon in the password as the Wi-Fi format requires.
Input
{"ssid":"ExampleWiFi","password":"secret;123","encryption":"WPA"}
Output
WIFI:T:WPA;S:ExampleWiFi;P:secret\;123;; Type: wifi Bytes: 40 Validation: VALID
This output was produced by actually running the tool, not written by hand.
Use cases
Common situations where QR Payload Formatter helps:
- Build a correct standard payload string from JSON fields, applying the escaping rules each format requires.
Parameters
| key | Options | type | allowed | default | QR Payload Formatter |
|---|---|---|---|---|---|
type | Payload type | select | url, wifi, email, phone, sms, vcard, mecard, geo, calendar, whatsapp, telegram, bitcoin, ethereum, upi, json | — | wifi |
src | Source (JSON object of fields) | text | — | — |
Input: text · Output: text · live update while typing: ✓
FAQ
What is QR Payload Formatter?
QR Payload Formatter build a correct standard payload string from JSON fields, applying the escaping rules each format requires. It runs entirely in your browser, so your data stays private.
Is QR Payload Formatter free to use?
Yes. QR Payload Formatter is free, unlimited and works without registration or installation.
Does my data get uploaded?
No. All processing happens locally in your browser; nothing is sent to any server.
Good to know
- Everything runs client-side, so extremely large inputs are limited by your browser tab’s memory rather than by a server upload limit.