Ready-to-Use JSON Examples
Need sample data to test your application or API mock server? Below are copy-paste JSON structures representing common enterprise entities.
Sample Payload Categories:
- User Profile Object: Nested properties, contact details, and role arrays.
- E-Commerce Order Catalog: Complex arrays of objects with pricing and inventory metadata.
- GeoJSON Coordinates: Standardized geographic feature collections.
json
{
"id": "usr_9921",
"name": "Jane Doe",
"email": "[email protected]",
"isVerified": true,
"metadata": {
"loginCount": 42,
"lastIp": "192.168.1.1"
}
}