JSON Formatter
Format, minify and validate JSON for easier reading.
DeveloperProcessed locally
Encode or decode URL parameter values and percent-encoded text.
Processed on this page. No uploads. Your input is not saved.
For individual URL parameter values, using encodeURIComponent / decodeURIComponent. Encoding escapes /, ? and &. Do not use an encoded full URL as a link. Decoding does not turn + into spaces and never visits the input URL.