自动格式化 JSON 响应的程序?

发布于 2025-01-01 09:43:46 字数 98 浏览 1 评论 0原文

只是想知道是否有一个程序可以将 JSON 响应粘贴到其中并且它会自动格式化?我发现尝试在浏览器中筛选这些数据以找出数据结构非常烦人。

希望我这个问题不会太愚蠢……:s

Just wondering if theres a program you can paste a JSON response into and it will be auto-formatted? Im finding it very annoying to try and sift through these in the browser to figure out the data structure.

Hopefully this isn't too asinine of me to ask... :s

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

香橙ぽ 2025-01-08 09:43:46

您可以使用 JSONLint 它也将验证您的 JSON。

我发现有用的另一种选择是在 json 之前输出

 标记,或者设置页面的标头以输出 JSON(例如 PHP: header('Content-type:应用程序/json');)。

You can use JSONLint which will also validate your JSON.

Another alternative I find useful is to output a <pre> tag prior to your json, or set the headers of your page to output JSON (e.g. PHP: header('Content-type: application/json');).

情释 2025-01-08 09:43:46

如果您在浏览器中查看它,则可以使用类似的内容在浏览器本身中打印漂亮的内容: https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc

有一个适用于 Firefox 的 也。

If you're viewing it in a browser you can use something like this to have it pretty-printed in the browser itself: https://chrome.google.com/webstore/detail/chklaanhfefbnpoihckbnefhakgolnmc

There's one for Firefox too.

陪我终i 2025-01-08 09:43:46

还有另一个问题特别针对浏览器:浏览器 JSON 插件

There is another question that deals with that particularly for the browser: Browser JSON Plugins

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文