Developer Tools
JSON, YAML, XML, Base64, and other developer-focused conversion tools.
14 tools available
JSON to YAML
Convert JSON data to YAML format. Useful for Kubernetes configs, CI/CD pipelines, and configuration files.
YAML to JSON
Convert YAML to JSON format. Parse YAML configs and output valid, well-formatted JSON.
JSON to CSV
Convert JSON arrays of objects into CSV format. Automatically flattens nested keys into column headers.
XML to JSON
Convert XML documents to JSON format. Handles attributes, namespaces, and nested elements.
JSON to XML
Convert JSON data to well-formed XML. Supports custom root element names and pretty-printed output.
Base64 Encode
Encode text or binary data to Base64 format. Useful for embedding data in URLs, emails, or configuration files.
Base64 Decode
Decode Base64-encoded strings back to plain text. Instantly reveals the original content.
URL Encode
Percent-encode text for safe use in URLs. Encodes special characters like spaces, ampersands, and unicode.
URL Decode
Decode percent-encoded URL strings back to readable text. Handles %20, %26, and all other escape sequences.
JSON to Excel
Convert JSON arrays to Excel (.xlsx) spreadsheets. Automatically creates column headers from object keys.
XML to CSV
Convert XML data to CSV format. Flattens XML elements into rows and columns for easy spreadsheet import.
TSV to CSV
Convert tab-separated values (TSV) to comma-separated values (CSV). Handles quoting of fields that contain commas or quotes.
Column to Comma List
Convert a list of items (one per line) into a comma-separated string. Perfect for SQL IN clauses, email lists, and configuration values.
VTT to SRT
Convert WebVTT (.vtt) subtitle files to SubRip (.srt) format. Strips VTT-specific tags and adds sequential numbering.