Parse .env format. Validate and convert to JSON.
—
Add to favorites for quick access from the home page
Tools often used together with this one
Input: API_KEY=secret
DATABASE_URL=postgres://...
Output: {"API_KEY":"secret","DATABASE_URL":"postgres://..."}