Data formats
Read, reshape and check the structured data that moves between services — JSON, YAML, CSV and the tables they turn into.
.env to JSON converter
Convert a .env file to JSON, docker -e flags or a Compose environment block, and JSON back to .env, parsed exactly as dotenv does.
#02JSON to CSV converter
Turn an array of objects into a spreadsheet, and a spreadsheet back into JSON.
#03CSV to Markdown table
Paste a CSV export and get a Markdown table ready for a README or an issue.
#04JSON formatter and validator
Pretty-print, minify and validate JSON, with the depth and node count.
#05XML to JSON converter
Turn XML — RSS feeds, sitemaps, SOAP responses, Maven POMs — into JSON and back, with attributes kept under a prefix you choose.
#06JSON to YAML converter
Convert JSON to YAML and YAML back to JSON, in either direction.
#07JSONPath tester
Try a JSONPath expression against your JSON and see every match with its exact path and JSON Pointer.
#08TOML to JSON converter
Convert TOML to JSON and JSON back to TOML — Cargo.toml, pyproject.toml and the rest — with tables and dates intact.