Loading...
Convert a .env file to JSON or shell export statements and back — auto-detects the input format, quotes values safely. All in your browser.
{
"NODE_ENV": "production",
"PORT": "3000",
"DATABASE_URL": "postgres://user:pass@localhost:5432/db",
"FEATURE_FLAG": "true"
}