Typical use
Input
APP_ENV=development
Output
{"APP_ENV":"development"}
Parse .env key-value configuration into JSON.
Use this page to parse ENV files to JSON. It focuses on .env key-value content and produces a JSON object.
APP_ENV=development
{"APP_ENV":"development"}
The input is mainly processed in your browser, and the page only uses browser capabilities needed to generate the result.