JSON to .env converter
Paste a JSON configuration object and get back a .env file of
KEY=value lines. Nested objects are flattened with underscores
(API.KEY becomes API_KEY), and any value containing spaces, a #, an =
or a newline is automatically wrapped in double quotes so dotenv parsers read
it correctly. Numbers and booleans are written unquoted.
Everything runs in your browser — your configuration never leaves your device.