About
Switch quickly between .env configuration format and JSON object representation.
Why this converter is useful
Teams often keep environment variables in dotenv files but share examples as JSON in docs and scripts. This tool bridges both formats.
What it supports
It reads simple KEY=VALUE dotenv lines (ignoring blank lines and comments) and converts them to JSON, or converts a flat JSON object back to dotenv.
Practical tips
Validate sensitive values before sharing output publicly. For nested JSON structures, flatten your object first if you need dotenv compatibility.