Conversions
Unit, format, and data converters for quick one-off transforms.
- .env ⇄ JSON ConverterConvert dotenv key/value files to JSON objects and back.
- CSV ⇄ JSON ConverterConvert CSV tables to JSON and JSON arrays back to CSV.
- JSON to C# ConverterGenerate C# class definitions from sample JSON.
- JSON to Python DataclassGenerate Python dataclasses or Pydantic models from JSON.
- JSON to TypeScript ConverterGenerate TypeScript interfaces or types from JSON.
- XML ⇄ JSON ConverterConvert XML to JSON and JSON back to XML in one tool.
- YAML ⇄ JSON ConverterConvert YAML to JSON and JSON to YAML instantly.