Convert between YAML, JSON, TOML, and ENV format. Instant, free, runs in your browser.
Converts any valid YAML to minified or pretty-printed JSON. Useful when working with APIs, Node.js configs, or tools that only accept JSON input.
Takes JSON and outputs clean, readable YAML. Great when you have an API response and need to create a config file from it.
Converts YAML to TOML, the config format used by Rust projects, Hugo sites, and pip's pyproject.toml.
Flattens a YAML config into .env style KEY=value pairs. Ideal for CI/CD pipelines and Docker environments.