Nested & Complex JSON

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

5 examplesDefault difficulty: advanced

Explore sibling categories

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.

5 examplesNested & Complex JSON
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
Nested & Complex JSON

Analytics Event Payload JSON Example

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

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

Important keys are documented separately below so the copied JSON stays valid and production-safe.
1{
2 "event": "checkout_started",
3 "occurredAt": "2026-03-12T12:02:00Z",
4 "actor": {
5 "userId": "usr_8f41",
6 "anonymousId": "anon_a91"
7 },
8 "context": {
9 "page": {
10 "path": "/checkout",
11 "locale": "en-US"
12 },
13 "device": {

FAQ

What kind of nested JSON examples are included here?+
Deeper JSON examples that model analytics, content documents, subscriptions, feeds, and multi-location data. Each sample is valid JSON and comes with a real-world use case plus important key notes.
Can I copy these examples directly into my app or docs?+
Yes. The exported JSON stays comment-free and valid, so you can copy or download it directly for tests, mocks, or documentation.
Can I inspect the schema and nested structure first?+
Yes. Every example in this category can be viewed as raw JSON, tree view, and auto-generated schema before you copy it.