# JSON 格式化

直接在主输入框粘贴 JSON 数据，就会自动匹配「JSON 格式化」扩展，并在右侧预览区显示格式化后的 JSON 数据。输入关键词 json，也可以定位到「JSON 格式化」扩展，只是此时没有预览。

如果你需要编辑这些数据，可以按 tab 进入扩展，这里可以进行更多操作。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.hapigo.com/extention/devtools/jsonformat.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
