Learn-first JSON reference

JSON Example Library

Real-world JSON samples for APIs, configs, auth flows, commerce, nested payloads, and error contracts. Browse by category, inspect structure visually, and reuse examples in your own code without leaving the Learn section.

40 curated examples8 categoriesTree + schema viewsCopy and download ready
Basic JSON Examples

Start with small, valid JSON structures you can reuse in tutorials, tests, and quick demos.

User / Profile Data

Reusable JSON examples for users, contacts, members, and customer profiles in production systems.

E-commerce

Practical JSON for products, carts, orders, payments, and stock snapshots.

API Responses

Production-style JSON response patterns for REST APIs, webhooks, search, and batching.

Authentication / Tokens

JWT payloads, token responses, sessions, API keys, and permission claim objects.

Configuration Files

Real-world JSON configuration examples for apps, compilers, feature flags, deployments, and CI.

Nested & Complex JSON

Deeper JSON examples that model analytics, content documents, subscriptions, feeds, and multi-location data.

Error Responses

Clear JSON error response formats for validation, auth, missing resources, rate limits, and GraphQL.

Featured examples

Good starting points if you want realistic JSON without browsing the full catalog first.

Search real-world JSON examples by category, preview structure instantly, and hand off any example directly into the JSON toolchain.

Categories

Browse curated example families by use case.

40 examplesBasic JSON Examples
beginnerBasics

A tiny valid JSON object that is perfect for tutorials, docs, smoke tests, and first API experiments.

Use this when you need the smallest realistic JSON object for docs, onboarding, or parser checks.

Open detail page3 key notes
beginnerBasics

A simple array of primitive values that shows ordered collections without nested objects.

Use this for tags, labels, enum-like lists, or compact configuration values.

Open detail page2 key notes
beginnerBasics

A reusable row-style JSON structure for lists, table views, and simple API responses.

Use this when you need sample list data for UI tables, dropdowns, admin pages, or fixtures.

Open detail page3 key notes
beginnerBasics

A beginner-friendly nested object that introduces structure without becoming overly deep or complex.

Use this when teaching nested JSON or modeling a person with grouped address data.

Open detail page3 key notes
beginnerBasics

A compact configuration-style object that shows booleans, strings, and nested preferences together.

Use this for app settings, user preferences, and small config examples.

Open detail page3 key notes
beginnerUsers

A realistic account profile payload with identity, contact, and lifecycle metadata.

Use this for account APIs, admin dashboards, settings pages, and seeded user fixtures.

Open detail page3 key notes
beginnerUsers

A reusable row object for internal directories, CRM tables, and staff rosters.

Use this for team tables, permission audits, and internal people directories.

Open detail page3 key notes
intermediateUsers

A commerce-friendly customer record that keeps billing and shipping addresses separate.

Use this for checkout APIs, CRM sync payloads, and customer detail pages.

Open detail page3 key notes
beginnerUsers

A portable contact object you can use in address books, CRM cards, or support tools.

Use this for contact syncing, profile cards, and small reusable data examples.

Open detail page3 key notes
intermediateUsers

A SaaS member object that combines workspace role, invited state, and access scope.

Use this for SaaS admin consoles, invite flows, and member permission APIs.

Open detail page3 key notes
beginnerE-commerce

A practical catalog product shape with pricing, images, and inventory status.

Use this for product APIs, storefront cards, search indexes, and merchandising tools.

Open detail page3 key notes
intermediateE-commerce

A cart payload with line items, summary totals, and fulfillment hints.

Use this for cart APIs, frontend state, and checkout prototypes.

Open detail page3 key notes
intermediateE-commerce

A post-checkout order shape that captures status, payment, and line-level detail.

Use this for order APIs, dashboards, warehouse systems, and customer order history.

Open detail page3 key notes
intermediateE-commerce

An event-style commerce payload for refunds, settlements, and support timelines.

Use this for payment webhooks, order timelines, or financial event logs.

Open detail page3 key notes
intermediateE-commerce

A stock-oriented JSON example for inventory reporting and low-stock alerts.

Use this for stock syncs, nightly exports, or warehouse dashboards.

Open detail page3 key notes
beginnerAPI

A clean envelope-style API response for returning one resource with metadata.

Use this for REST endpoints that return a single record plus request metadata.

Open detail page3 key notes
intermediateAPI

A list response that keeps results and pagination metadata together in a predictable shape.

Use this for list endpoints, dashboards, and search APIs that need pagination controls.

Open detail page3 key notes
intermediateAPI

A search response that bundles hits, current filters, and facet counts together.

Use this for marketplace search, product discovery, or content search interfaces.

Open detail page3 key notes
advancedAPI

A structured batch result showing partial success and per-item status output.

Use this for bulk imports, multi-row updates, or admin actions that process several items at once.

Open detail page3 key notes
intermediateAPI

A production-style webhook event with event metadata, resource data, and delivery timestamps.

Use this for event subscriptions, debugging webhook deliveries, and integration tests.

Open detail page3 key notes
intermediateAuth

A clean JWT claim set showing subject, issuer, expiry, and scoped permissions.

Use this for auth docs, token debugging, and sample claim design.

Open detail page3 key notes
intermediateAuth

A realistic OAuth token exchange response with token types, expiry, and refresh support.

Use this for OAuth docs, SDK examples, and login flow payloads.

Open detail page3 key notes
beginnerAuth

A session payload that joins identity, device, and expiry state in one object.

Use this for session APIs, auth dashboards, and device management screens.

Open detail page3 key notes
intermediateAuth

An API key record focused on visibility, last use, and permission scope rather than the secret itself.

Use this for settings pages, developer portals, and API key management screens.

Open detail page3 key notes
advancedAuth

A structured permission object that makes RBAC and fine-grained claims easy to reason about.

Use this for auth middleware, frontend guards, and admin policy previews.

Open detail page3 key notes
beginnerConfig

A package-like application manifest that combines metadata, scripts, and dependency versions.

Use this for app docs, starter templates, or package-style config examples.

Open detail page3 key notes
intermediateConfig

A compiler-oriented config shape with nested options, arrays, and include patterns.

Use this for build docs, config tutorials, and project bootstrapping examples.

Open detail page3 key notes
intermediateConfig

A practical feature flag structure with staged rollout percentages and audience controls.

Use this for release management, staged rollouts, and experimentation systems.

Open detail page3 key notes
intermediateConfig

A deployment-ready JSON config with environment variables, regions, and health checks.

Use this for platform config docs, internal deployment records, and cloud setup examples.

Open detail page3 key notes
advancedConfig

A pipeline job definition with steps, environment, and artifact output.

Use this for pipeline docs, internal automation, or deployment orchestration examples.

Open detail page3 key notes
advancedNested

A nested event payload with actor, context, and event-specific properties.

Use this for event tracking, ingestion pipelines, and product analytics docs.

Open detail page3 key notes
advancedNested

A block-based content document with metadata, sections, and nested components.

Use this for headless CMS examples, rendering pipelines, and structured content docs.

Open detail page3 key notes
advancedNested

A nested stock model that tracks the same SKU across multiple locations.

Use this for warehouse systems, omnichannel fulfillment, and stock sync APIs.

Open detail page3 key notes
advancedNested

A nested SaaS account payload connecting account, plan, invoices, and payment method.

Use this for billing pages, support consoles, and account detail APIs.

Open detail page3 key notes
intermediateNested

A feed item with actor, target, content metadata, and reaction aggregates.

Use this for activity streams, notifications, or collaboration tools.

Open detail page3 key notes
beginnerErrors

A structured validation error payload with field-level details and a stable machine code.

Use this for form APIs, SDK docs, and frontend validation handling.

Open detail page3 key notes
beginnerErrors

A 401-style error payload that explains the auth problem without leaking sensitive detail.

Use this for protected APIs, auth docs, and middleware examples.

Open detail page2 key notes
beginnerErrors

A concise 404-style payload that identifies the missing resource cleanly.

Use this for REST APIs, docs, and route-level error examples.

Open detail page2 key notes
intermediateErrors

A throttle response with retry guidance and remaining-limit visibility.

Use this for public APIs, SDKs, and platform rate-limit documentation.

Open detail page2 key notes
advancedErrors

A GraphQL-style error object with message, path, and extension metadata.

Use this for GraphQL docs, client error handling, and schema debugging examples.

Open detail page3 key notes
Basic JSON Examples

Minimal Object JSON Example

A tiny valid JSON object that is perfect for tutorials, docs, smoke tests, and first API experiments.

Use this when you need the smallest realistic JSON object for docs, onboarding, or parser checks.

Important keys are documented separately below so the copied JSON stays valid and production-safe.
1{
2 "id": 1,
3 "name": "Alice",
4 "active": true
5}

FAQ

Are these JSON examples valid and ready to copy?+
Yes. Every example in the library is stored as valid JSON data and rendered without inline comments so you can copy or download it directly.
Can I inspect the structure before copying?+
Yes. The library includes tree view, schema view, and key-note explanations so you can understand the shape before reusing it.
What kinds of JSON examples are included?+
The launch library covers 40 curated examples across basics, user profiles, e-commerce, API responses, authentication, config files, nested data, and error payloads.
Can I open these examples in other Regimify tools?+
Yes. Every example can be handed off directly into the JSON Viewer, Grid Viewer, Validator, and JSON Path Finder.