Env to JSON

← All Tools

Convert .env-style KEY=VALUE lines to a JSON object. Comments (#) and blank lines are skipped.

Example

HOST=localhost, PORT=3000 → {"HOST":"localhost","PORT":"3000"}

DB_URL=postgres://... → {"DB_URL":"postgres://..."}

Chain this tool with others in the Pipeline Builder →

Create multi-step text transformations

USED IN COOKBOOKS