JSON Escape
Escape quotes and control characters in a JSON string for embedding.
Open toolJSON Unescape
Reverse JSON escaping to restore raw quotes and characters.
Open toolJSON to CSV
Convert an array of JSON objects into a CSV spreadsheet table.
JSON to XML
Transform JSON data into an equivalent XML document.
Open toolJSON to YAML
Convert JSON objects into human-friendly YAML syntax.
Open toolYAML to JSON
Parse YAML documents and convert them to JSON.
Open toolJSON to JavaScript
Turn JSON into a JavaScript object literal or module export.
Open toolHTML Formatter
Indent and tidy messy HTML so it is easy to read and maintain.
HTML Minifier
Remove comments and whitespace from HTML to reduce page size.
Open toolHTML Validator
Check HTML for missing closing tags and common markup errors.
Open toolHTML Entity Encoder
Encode text into HTML entities to prevent markup injection.
Open toolHTML Entity Decoder
Decode HTML entities back into plain readable text.
Open tool