DataStays

JSON to .env

Emit a .env file from a flat JSON object — each key/value becomes a KEY=value line. Values with spaces, quotes, hashes, or newlines are quoted; nested objects and arrays are JSON-encoded because .env is a flat key/value format.