JSON URL Decode

Decode percent-encoded JSON text back into readable content, with optional native JSON validation after decoding.

Last updated: August 2026 | By Workshelve Team

Decode URL-safe JSON payloads and optionally confirm the decoded result still parses as valid JSON.
Decoded Output
Decoded JSON text will appear here...

Input chars

0

Output chars

0

Status

Waiting

Percent-decoding only

The decoder reverses percent escapes directly so literal plus signs stay plus signs unless they were encoded as %2B.

Optional JSON check

Enable validation when you expect the decoded result to be valid JSON and want malformed payloads surfaced immediately.

Local and deterministic

No requests leave the browser while decoding and checking the JSON payload.

Related Tools