Loading...
Convert CSV rows into JSON objects for API tests, seed data, mock services, and frontend fixtures.
Convert CSV rows into structured JSON for API fixtures, test imports, and mock data workflows.
[
{
"firstName": "Alex",
"lastName": "Parker",
"email": "[email protected]",
"country": "United States"
},
{
"firstName": "Jordan",
"lastName": "Stone",
"email": "[email protected]",
"country": "Canada"
},
{
"firstName": "Taylor",
"lastName": "Reed",
"email": "[email protected]",
"country": "Singapore"
}
]