JSON Debug Tools
Debug tools turn unstructured log output into structured JSON you can query and filter — parsing browser console dumps, structured log lines, and other text-shaped trace data. Use them when you need to triage a production incident from raw paste-buffer output.
Utility Store
Browse and discover pipeline utilities
Common tasks
- Parse browser console output into JSON
- Convert structured log lines into records
- Extract timestamps, levels, and messages
- Make ad-hoc trace data filterable
Why use a JSON debug tool?
Reading a 500-line console paste with your eyes is slow and unreliable. Once it's JSON you can filter, group, and search — the same triage work that took minutes now takes seconds, especially during a live incident.