JSON Examples Library
Copy-ready JSON examples for the most common API and data structures. Each example includes field documentation, real-world variants, and common use cases — so you can understand the shape, not just copy the code. Paste any example directly into the JSON Formatter to explore or validate it instantly.
API Design
7User Profile
Standard user profile JSON with personal info, address, and account metadata.
REST API Response
Generic REST API response wrapper with data payload, status, and pagination meta.
Pagination Response
Paginated list response JSON with offset, cursor, total, and navigation links.
Error Response
REST API error JSON with status code, machine-readable error code, and validation details.
Webhook Event
Webhook event envelope with type, resource object, and retry metadata.
GraphQL API Response
GraphQL response JSON with nested data, cursor pagination, and request extensions.
Search API Response
Search API response JSON with scored hits, highlights, facets, and pagination.
E-commerce
3E-commerce Order
Full e-commerce order JSON with line items, pricing, shipping, and payment status.
Product Listing
E-commerce product JSON with pricing, variants, images, and inventory fields.
Payment Transaction
Payment transaction with amount, method, gateway reference, and refund history.
Authentication
1Content
3Blog Post
Blog post JSON with author, categories, SEO metadata, and publish status fields.
Social Media Post
Social feed post with media, reactions, reshares, and thread metadata.
Push Notification
Push notification with title, body, deep-link data, and platform-specific options.
Data
7Address
Postal address JSON with structured fields for street, city, state, country, and coordinates.
Geolocation
GPS coordinates with accuracy, altitude, speed, and reverse-geocoded address.
App Config File
Backend config with database connection, auth settings, feature flags, and logging.
Weather Data
Current weather and forecast with temperature, wind, humidity, and UV index.
HTTP Status Codes
Reference dataset of 12 HTTP status codes with category, text, and description.
Programming Languages
Reference JSON for 8 popular languages with year, creator, paradigm, and use case.
JSON Form Schema
Dynamic form definition JSON with field types, validation, selects, and layout.
Business
5Invoice
Business invoice JSON with line items, GST breakdown, payment terms, and totals.
Employee Record
HR employee record with department, compensation, manager, and employment details.
Calendar Event
Meeting or event with attendees, recurrence rules, timezone, and location.
Restaurant Menu
Restaurant menu with categories, items, allergens, prices, and availability.
Audit Log Entry
Audit log JSON with actor, target, changes diff, and request metadata.
DevOps
2Feature Flags
Feature flag config JSON with rollout percentages, variants, and flag dependencies.
TypeScript Config (tsconfig.json)
Modern tsconfig.json with strict mode, bundler resolution, path aliases, and JSX.
Got a JSON example to validate?
Paste any JSON into JSONKit's tools — format, validate, minify, or convert it in seconds.