Encoding & data
11 tools
- JSON formatterValidate, pretty-print, and minify JSON in the browser.
- JSON to TypeScriptInfer TypeScript interfaces from JSON, including nullables.
- Base64 encode & decodeUTF-8 safe Base64 encode and decode.
- URL encode & decodeencodeURIComponent helpers.
- HTML entity encode & decodeEscape and unescape HTML entities.
- JSON ↔ CSVConvert JSON arrays to CSV and back.
- CSV ↔ TSVSwap comma and tab separated values.
- YAML ↔ JSONConvert YAML documents to JSON locally.
- XML ↔ JSONParse XML to JSON and serialize back.
- Query string ↔ JSONParse URLSearchParams into JSON.
- JSON path explorerWalk a JSON tree by path.