Download sample JSON file
Samples
To ensure your data is formatted correctly, you can download a sample JSON file
Free JSON Download
Download a free sample JSON file with structured user data. This file contains sample information in JSON format including user details, departments, and metadata.
Sample Data Preview:
{
"users": [
{
"id": 1,
"name": "John Doe",
"email": "john.doe@example.com",
...
}
]
}