Mock JSON Data Generator
Generate realistic mock JSON test data from a custom schema. Includes Nigerian names, phone numbers, states and banks. Download or copy the output.
fieldName: type — types: name, firstName, lastName, email, phone, company, address, city, country, date, uuid, number, boolean, lorem, url, username, nigerianName, nigerianPhone, nigerianState, nigerianBankWhy Mock Data Matters in Development
Building UI components, testing API integrations, and demoing features all require realistic test data. Hard-coded fake data breaks when you add fields or change schemas. A mock data generator lets you quickly produce structured, realistic data matching your application's data model — Nigerian names, phone numbers and bank names included for locally relevant testing.
Supported Data Types
The generator supports 20+ types: name, firstName, lastName, email, phone, company, address, city, country, date, uuid, number, boolean, lorem, url, username, and Nigerian-specific types: nigerianName, nigerianPhone, nigerianState, nigerianBank. Combine any types in a custom schema to match your exact data structure.