📄
.env Parser
Parse .env file content into structured key-value pairs with validation.
devops
API: POST /api/tools/env-parser
Input
Result
🔌 API Usage
POST /api/tools/env-parser
Content-Type: application/json
// Example body:
{
"input": ""
}
Content-Type: application/json
// Example body:
{
"input": ""
}