Skip to content

.env ↔ JSON

New

Convert dotenv files to JSON objects and JSON key/value maps back to .env format.

  • Processed in your browser
  • Privacy-first
  • No account required
  • Nothing uploaded by default

Examples

.env to JSON

NAME=DevKit
FREE=true
{
  "NAME": "DevKit",
  "FREE": "true"
}