u
tly
utly.dev
✦ editor
all tools
★ github
home
/
Converters
/
.env ⇄ JSON
.e
.env ⇄ JSON
Convert between .env files and JSON objects.
● runs in your browser
.env → JSON
JSON → .env
⇄ swap
.env file
# database config DB_HOST=localhost DB_PORT=5432 DB_NAME="my app" DEBUG=true API_KEY=abc123
JSON
copy
{ "DB_HOST": "localhost", "DB_PORT": "5432", "DB_NAME": "my app", "DEBUG": "true", "API_KEY": "abc123" }