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": "alex.parker@example.com",
"country": "United States"
},
{
"firstName": "Jordan",
"lastName": "Stone",
"email": "jordan.stone@example.com",
"country": "Canada"
},
{
"firstName": "Taylor",
"lastName": "Reed",
"email": "taylor.reed@example.com",
"country": "Singapore"
}
]