DataStays

.env to JSON

A .env file is where API keys, database URLs, and secrets live — exactly what you don't want to paste into someone else's server. This reads KEY=value lines into a JSON object in your browser; quoting and export prefixes are handled.