Skip to content

bestjsonformatter for Zed

io.github.skrcode/bestjsonformatter

Private, lossless JSON tools for formatting, validation, repair, analysis, querying, and schemas.

client:Zed transport:stdio runtime:npm

Install bestjsonformatter in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "bestjsonformatter": {
      "command": "npx",
      "args": [
        "-y",
        "bestjsonformatter"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

bestjsonformatter in other clients