Free tool for product managers

JSON explainer

Paste JSON from an API response, a webhook, a log or a ticket. The explainer shows its structure in plain language, flags dates, IDs, money, personal data and anything that looks like a secret — and nothing you paste leaves your browser.

Explain your JSON

Try an example:

Runs entirely in your browser — nothing is sent to TechPMer or anywhere else. Still, remove real customer data before pasting.

What is JSON?

JSON (JavaScript Object Notation) is the text format most APIs use to send data. It has only a few building blocks:

JSON Looks like Plain language
Object { "name": "Ana", "plan": "pro" } A record with named fields — like one row in a spreadsheet
Array [ 1, 2, 3 ] A list of items, in order
String "Ana" Text — always in double quotes
Number 42, 19.99 A number, without quotes
Boolean true, false Yes / no
Null null Deliberately empty — "no value"

Objects and arrays can contain each other, which is how a single response can hold a user, their projects and each project's tasks.

Why product managers read JSON

Common things to look for

How to use JSON with an AI coding agent

Paste a real (anonymised) example into your prompt: "This is the response from GET /api/orders/42. Show the status as a coloured badge; if refundedAt is not null, show 'Refunded on {date}'." Concrete examples remove guesswork. Remove real customer data and any secrets first.

Learn more in APIs for product managers.

Start with week 1 — free

No credit card. Open the first week as a guest, create a free account to save progress and unlock week 2 and the AI mentor.

Start learning Compare plans