Typical messes
- A field is missing or the wrong type
- A list endpoint returns dozens of objects you need to scan
- A log line or webhook body does not match the docs
Workflow
- Copy the raw body from DevTools, curl, or Postman — not the pretty preview if it rewrites quotes.
- Paste into HiJSON and press Ctrl+Enter.
- Jump with the outline; copy the path from the detail panel.
- Use JSONPath for lists, e.g.
$.data.items[*].{id, status}.
Sharing uploads to JSONBin only if you turn that on. Redact tokens first. See safety notes.