Decode URL-encoded JSON data back to readable format. Convert percent-encoded JSON from URLs, query parameters, and form data to properly formatted JSON.
Enter or paste your URL-encoded JSON string
Decoded and formatted result
URL decoding converts percent-encoded characters back to their original form. This is essential when working with JSON data that has been encoded for transmission via URLs or form submissions.
%22→"%7B→{%7D→}%5B→[%5D→]%3A→:%2C→,%20→Space