Data formats tools
JSON to YAML
/json-to-yaml
Convert JSON to YAML with output that still means the same thing when Python reads it.
YAML to JSON
/yaml-to-json
Convert YAML to JSON, including multi-document files, and see what the conversion changed.
JSON to CSV
/json-to-csv
Convert JSON to CSV with nested fields flattened, every column kept, and formulas defused.
CSV to JSON
/csv-to-json
Convert CSV to JSON without turning zip codes, SKUs, and version numbers into the wrong numbers.