Environment Variables Parser - Convert .env to JSON
Paste environment variables (KEY=VALUE) and convert them into a structured output. Useful for debugging configs, sharing sanitized examples, or transforming values into JSON.
How to use
- Paste environment variables into the input box (one per line).
- Click Parse to generate output.
- Copy the parsed results into your app or docs.