Developer Tools

Collapsible JSON and NDJSON Log Viewer

View JSON and NDJSON logs as a collapsible, syntax-colored tree. Expand or fold nodes to inspect deep structured logs locally in the browser.

JSONLogsDeveloper

Favorite this tool

No favorite storage mode has been selected.

Quick actions

Copy this tool URL or open the system share sheet on a supported device.

Use cases

  • Inspect large alert payloads with hundreds of fields
  • Read NDJSON service exports line by line
  • Browse deeply nested API responses

How to use

  1. Paste a single JSON object or NDJSON lines
  2. Click render to build the collapsible tree
  3. Expand or fold nodes to locate fields

Example input and output

Input

{"level":"error","ctx":{...}}

Output

Interactive collapsible tree view

FAQ

How is multi-line input handled?

NDJSON (one JSON object per line) is parsed line by line; a single multi-line JSON object also works.

Will large files lag?

Nodes render on demand; a few MB is usually fine—trim very large files first.

Tools

Related tools

Continue with another translated tool for a nearby task.

JSON Formatter

JSON Formatter and Validator Online

Available

Format, minify, sort, and validate JSON in your browser. Parsing errors include location details, and your data never leaves the page.

JSON Formatter Developer

JSONPath Query

JSONPath Query and Value Extractor

Available

Extract values from nested JSON with dot paths and array indexes. Queries run locally and results are ready to copy.

JSON JSONPath Query