Developer Tools
Free online developer tools: JSON formatter and validator, Base64 and URL encoding, HTML entities, XML formatter and JSON to CSV conversion.
Developer tools for the small jobs that come up every day: format and validate JSON, encode and decode Base64 or URLs, escape strings, convert between JSON and CSV, and tidy XML.
They run entirely in your browser, so API responses, tokens and config snippets you paste in are never sent to a server.
No tools match your filter.
Frequently asked questions
Is it safe to paste API data into these tools?
The tools run locally in your browser and do not upload your input, but avoid pasting live secrets into any website out of habit.
What is the difference between JSON formatting and validating?
Formatting changes how JSON looks. Validating checks that it is legal JSON and points to the first error.