📋
List Converter
Convert between list formats (comma, newline, space, tab separated).
converter
API: POST /api/tools/list-converter
Input
Result
🔌 API Usage
POST /api/tools/list-converter
Content-Type: application/json
// Example body:
{
"input": "",
"from_sep": "comma",
"to_sep": "newline"
}
Content-Type: application/json
// Example body:
{
"input": "",
"from_sep": "comma",
"to_sep": "newline"
}