Skip to content

JSON Auto-Detection & Viewer

LocalBrowser automatically detects JSON responses and displays them in a clean, formatted viewer.

Features

  • Syntax highlighting
  • Collapsible keys
  • Copy key or value

Example JSON:

json
{
  "status": "ok",
  "data": { "id": 42, "name": "User" }
}

JSON view activates when the response header is application/json or the URL ends in .json.

Released under the MIT License.