The sample JSON file is available here for download and viewing. You can download and edit it to fit your needs.
Nowadays mostly all cross-platform used JSON objects and data for communication. So, Here we added some different types of JSON data and files for download and uses.
If you want a different file for your use please contact us now and we will definitely add it for you. We have also added some API URL for directly used JSON data.
Table of Contents
ToggleCheckout JSON Files
Download the below JSON files examples and uses it as per your requirements.
Sample JSON file download
Below you got a JSON file for download and reuse it as you need.
JSON Sample File
Sample JSON data
Below you got another JSON file sample for Download.
Sample JSON file with multiple records download
Here, You can find a sample JSON file with multiple records in which User data with 5 Records is available. You can check that record below and download it. If you want to download multiple data with employee records, then scroll down a bit more and find 3 records with employee information.
{
"users": [
{
"userId": 1,
"firstName": "Krish",
"lastName": "Lee",
"phoneNumber": "123456",
"emailAddress": "[email protected]"
},
{
"userId": 2,
"firstName": "racks",
"lastName": "jacson",
"phoneNumber": "123456",
"emailAddress": "[email protected]"
},
{
"userId": 3,
"firstName": "denial",
"lastName": "roast",
"phoneNumber": "33333333",
"emailAddress": "[email protected]"
},
{
"userId": 4,
"firstName": "devid",
"lastName": "neo",
"phoneNumber": "222222222",
"emailAddress": "[email protected]"
},
{
"userId": 5,
"firstName": "jone",
"lastName": "mac",
"phoneNumber": "111111111",
"emailAddress": "[email protected]"
}
]
}
Sample employee JSON data
Here, You can find an employee JSON data example. I have added 3 JSON Data. So, you can test it with multiple records. Change it as per your requirement and update it as you want it’s all yours. If you want to view JSON data in proper format then you can use JSON Prettify.
Checkout data below :
{
"Employees": [
{
"userId": "krish",
"jobTitle": "Developer",
"firstName": "Krish",
"lastName": "Lee",
"employeeCode": "E1",
"region": "CA",
"phoneNumber": "123456",
"emailAddress": "[email protected]"
},
{
"userId": "devid",
"jobTitle": "Developer",
"firstName": "Devid",
"lastName": "Rome",
"employeeCode": "E2",
"region": "CA",
"phoneNumber": "1111111",
"emailAddress": "[email protected]"
},
{
"userId": "tin",
"jobTitle": "Program Directory",
"firstName": "tin",
"lastName": "jonson",
"employeeCode": "E3",
"region": "CA",
"phoneNumber": "2222222",
"emailAddress": "[email protected]"
}
]
}
How to create JSON files
Check the below article for step-by-step guidelines for creating JSON files.
How to Open JSON files
If you confused to open the JSON file then the below article will help you in that.
JSON Examples
Here you can find some examples that directly use in your code.
JSON file Example 1:
{
"Name":"Denu",
"Contact":12345678
}
In the above example, the Name is a string type and the contact is a number type. there are many data types available in JSON. check out JSON Data Type for More info.
JSON file Example 2:
{
"firstName": "Rack",
"lastName": "Jackon",
"gender": "man",
"age": 24,
"address":
{
"streetAddress": "126",
"city": "San Jone",
"state": "CA",
"postalCode": "394221"
},
"phoneNumbers":
[
{
"type": "home",
"number": "7383627627"
}
]
}
If you want to download sample excel data for analysis then click on it.
JSON format example:
{
"Name": "Test",
"Mobile": 12345678,
"Boolean": true,
"Pets": ["Dog", "cat"],
"Address":
{
"Permanent address": "USA",
"current Address": "AU"
}
}
You can also call sample-JSON API directly. Here, you can directly use the sample JSON URL to view the JSON file online.
Sample JSON API:
JSON URL example:
Hello, I am Denail Soovy. I am a developer of different technology. I am passionate about teaching and Daily teaching many students. I want to share knowledge with all of the developers or other people who need it.
I will try to teach every student with my easy and updated blogs.