Sample JSON Files for Download
Download 3 different demo data with different record counts in JSON format raw and zipped

In this blog we will look into
1 Sample Customer Data in JSON format
Customer Schema
12
No of Keys
-
String Keys = 12
-
Number Keys = 0
-
Boolean Keys = 0
Field | Data Type |
---|---|
Index | String |
Customer Id | String |
First Name | String |
Last Name | String |
Company | String |
City | String |
Country | String |
Phone 1 | String |
Phone 2 | String |
String |
|
Subscription Date | String |
Website | String |
Objects (Rows) | JSON File | JSON Size | Zip File | Zip size |
---|---|---|---|---|
100 | SampleJSON-Customers-100-Hundred-Records.json | 0.038 mb | SampleJSON-Customers-100-Hundred-Records.json.zip | 0.011 mb |
1,000 | SampleJSON-Customers-1000-Thousand-Records.json | 0.39 mb | SampleJSON-Customers-1000-Thousand-Records.json.zip | 0.1 mb |
10,000 | SampleJSON-Customers-10000-TenThousand-Records.json | 3.9 mb | SampleJSON-Customers-10000-TenThousand-Records.json.zip | 0.98 mb |
100,000 | SampleJSON-Customers-100000-HundredThousand-Records.json | 38.9 mb | SampleJSON-Customers-100000-HundredThousand-Records.json.zip | 9.6 mb |
2 Sample People Data in JSON format
People Schema
9
No of Keys
-
String Keys = 8
-
Number Keys = 1
-
Boolean Keys = 0
Field | Data Type |
---|---|
Index | Number |
User Id | String |
First Name | String |
Last Name | String |
Sex | String |
String |
|
Phone | String |
Date of birth | String |
Job Title | String |
3 Sample Organization Data in JSON format
Organization Schema
8
No of Keys
-
String Keys = 7
-
Number Keys = 1
-
Boolean Keys = 0
Field | Data Type |
---|---|
Index | Number |
Organization Id | String |
Name | String |
Country | String |
Description | String |
Founded | String |
Industry | String |
Number of Employees | String |