JSON URL Decoder

Decode URL-encoded strings back to formatted JSON.

0 chars

Drop your files here

What is JSON URL Decoding?

JSON URL Decoding is the process of taking a URL-encoded string (which often appears in query parameters) and converting it back into a readable JSON format. This tool not only decodes the percent-encoding but also formats the JSON with proper indentation for easy reading.

Pretty Print

Automatically formats decoded JSON with proper indentation and spacing.

Recursive Decode

Handles nested URL encoding to find the underlying JSON structure.

Instant Preview

See the formatted JSON immediately after decoding.