Essential tools for developers to streamline their workflow
Convert CSV files to JSON format with automatic data type detection and validation.
Format and beautify JSON data with syntax highlighting and error detection.
Encode text to Base64 or decode Base64 strings back to readable text.
Convert JSON arrays or objects into CSV with safe quoting and custom delimiters.
Convert YAML mappings and lists into strict JSON for APIs and configs.
Pretty‑print or minify XML with validation and clean indentation.
Encode or decode URLs and query strings using encodeURI/encodeURIComponent.
Decode JWT header and payload safely without a secret. No verification.
Test regex patterns with flags, see highlighted matches and groups.
Convert Markdown to clean HTML with headings, lists, links, and code.
Convert HTML back to Markdown for docs and content workflows.