Convert .env-style KEY=VALUE lines to a JSON object. Comments (#) and blank lines are skipped.
Example
HOST=localhost, PORT=3000 → {"HOST":"localhost","PORT":"3000"}
DB_URL=postgres://... → {"DB_URL":"postgres://..."}
Convert .env-style KEY=VALUE lines to a JSON object. Comments (#) and blank lines are skipped.
HOST=localhost, PORT=3000 → {"HOST":"localhost","PORT":"3000"}
DB_URL=postgres://... → {"DB_URL":"postgres://..."}