All terms
App Building & Devbeginner

JSON

JavaScript Object Notation

Definition

A lightweight text format for storing and transmitting structured data. It uses key-value pairs and is the universal language APIs use to send and receive data.

Why it matters

JSON is what you get when you call an API, understanding its structure lets you read API documentation, debug integrations, and work with developer tools confidently.

Example

A Stripe API response in JSON: {"id": "ch_123", "amount": 4999, "currency": "gbp", "status": "succeeded"}. A founder reads this to confirm a payment processed correctly.

Related terms

Learn the language of business - and build the systems behind it.

Rich Girl Systems turns 1168+ founder concepts into a step-by-step programme with daily challenges, XP and your own assistant.

Take the free founder quiz