data
CSV ↔ JSON
Convert CSV data to JSON, or JSON arrays of objects back to CSV. Handles headers, pretty-printing, and errors gracefully.
CSV or JSON → JSON or CSV
TOML ↔ JSON
Convert between TOML and JSON. TOML is a minimal configuration file format used by Rust, Go, and Python projects.
TOML or JSON → JSON or TOML
XML to JSON
Convert XML to a structured JSON representation. Attributes use @ prefix, text content uses #text key, repeated elements become arrays.
XML → JSON