.env
DB_HOST=localhost
Parsed
DB_HOST → localhost
Developer Tools
Parse .env text into a key/value table locally in your browser and export JSON. Sensitive key names such as SECRET, PASSWORD, and TOKEN are masked for safer review.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
开发工具
等待输入
.env
DB_HOST=localhost
Parsed
DB_HOST → localhost
Keys whose names include common secret markers such as SECRET, PASSWORD, or TOKEN are masked to reduce accidental exposure while screen sharing.
It handles common dotenv forms. Complex multiline values or unusual escapes should still follow your runtime’s parser rules.
Tools
Continue with another translated tool for a nearby task.
JSON Formatter
Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.
YAML to JSON
Convert YAML to formatted JSON in your browser with two-space indentation by default. Parse failures show the reason, and conversion stays local—useful for config debugging and API handoffs.
Cookie Parser
Split a Cookie string into key/value pairs locally and attempt URL decoding. Useful for session debugging, API checks, and field review.