Env to JSON Converter

Convert .env configuration files to JSON format and convert JSON to .env format.

About .env and JSON

This tool converts a .env file to JSON, and JSON back to a .env file. A deployment platform often asks for one form when your project holds the other.

The parser keeps a quoted value together, and it ignores a comment line. Every JSON value becomes a string, because a .env file holds text only.

Paste your file, then change the direction. The tool moves the result into the input when you change the direction, so your work is not lost. Nothing is uploaded.