Encoders & Escapers

JSON URL Decoder

Decode URL-encoded JSON back into readable form.

Loading JSON URL Decode…

How it works

How to use the JSON URL Decode

  1. Paste your input

    Paste the percent-encoded string.

  2. Decode

    The decoded JSON is pretty-printed automatically.

  3. Copy the result

    Use Swap to reverse the direction.

Percent-encoding in a nutshell

URLs may only contain a limited set of ASCII characters. Everything else — spaces, quotes, braces, non-ASCII letters — is written as %XX bytes of its UTF-8 encoding. encodeURIComponent encodes every reserved character, which is what you need for query parameter values.

Built for developers

Why developers use it

  • Private by design

    Runs 100% in your browser. Nothing you paste is uploaded, logged or stored on a server.

  • Instant results

    Output updates as you type, with precise error locations when something is wrong.

  • Works offline

    Once loaded, the tool keeps working without a connection. Install it as an app if you like.

  • Free, no sign-up

    No accounts, no limits, no watermarks.

FAQ

Frequently asked questions

Should I use + or %20 for spaces?

Form submissions (application/x-www-form-urlencoded) use +; everywhere else in a URL, %20 is correct.

Is my data uploaded anywhere?

No. Everything runs locally in your browser — nothing you paste or open is sent to a server, logged or stored. The tool keeps working offline once the page has loaded.

Keep going

Related tools

Private by design

Your data never leaves your browser.

498 free tools that run locally — no uploads, no sign-up, no tracking of what you paste. They even work offline.

  • 498free tools
  • 0bytes uploaded
  • 23categories