dotenv-to-jsondevdata
.env → JSON
Parse .env KEY=VALUE lines into a JSON object.
Inputs
Output
(no output yet)
Explanation
Paste dotenv content and convert it into a JSON object for easier editing and tooling.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related