.env → JSON
Convert .env files to JSON objects and back.
☀️
Sample input
Copy
Download
.env
# App config APP_NAME=DevConvert APP_URL=https://devconvert.taracod.com DEBUG=false PORT=3000 SECRET_KEY="my super secret key with spaces" EMPTY_VAR=
⇄
JSON
Computing…