transform.ignlab.net
{{ output }}{{ outputError ? '' : 'Transformed output appears here…' }}
Paste the contents of a .env file and get a flat JSON object back — handy for debugging a config, documenting environment variables, or feeding them into a script. Comment lines (#) and blank lines are skipped automatically.
Yes, an optional leading "export " (as used in shell-sourced env files) is stripped automatically.
Yes, surrounding single or double quotes around a value are removed in the JSON output.
Yes — PORT=443 becomes the number 443, and DEBUG=true becomes the boolean true, not the string "true".
Need a different conversion? Browse all conversions, sanitize secrets with AI Safeguard, or read the guides.