IT
Timestamps, encoders, formatters
Available tools (7)
CSV ↔ JSON Converter
Turn spreadsheet exports into API-ready JSON, or flatten JSON arrays back to CSV for Excel and data pipelines.
CSV ↔ TSV Converter
Convert CSV to TSV and TSV to CSV instantly. Preserve quoted fields, multiline values, and tabular structure for spreadsheets and data pipelines.
JSON ↔ XML Converter
Bridge modern REST APIs and legacy XML systems. Handles nested objects, auto-detects arrays from repeated tags.
JSON ↔ YAML Converter
Convert API responses to human-readable YAML configs, or turn Kubernetes and Docker Compose files back into JSON.
SQL ↔ JSON Converter
Convert SQL INSERT statements into JSON arrays, or generate SQL INSERT from JSON objects for quick data migration and API workflows.
SQL ↔ CSV Converter
Convert SQL INSERT statements into CSV tables, or generate SQL INSERT statements from CSV for migrations, QA handoffs, and ETL checks.
URL Encoder ↔ Decoder
Encode text into URL-safe percent format and decode percent-encoded strings back to readable text for query params, logs, and API debugging.