Webhook inspection
A developer pastes a compact JSON payload from a log line and wants to read it quickly.
Inputs
- Raw JSON: {"id":8472,"status":"paid","items":[{"sku":"pro","qty":2}]}
Steps
- Parse JSON
- Re-render it with indentation
Result
- The structured output is easier to scan or paste into docs.