We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
使用 jsonlint.com 这也将调试您的代码..
或使用 jsbeautifier.org
use jsonlint.com this will also debug your code..
or use jsbeautifier.org
如果您只想预览文件以了解一般结构和数据,而不必查看整个文件,则可以使用 Cluria (http ://www.cluria.com)。我已经在大小超过 100MB 的 JSON 文件上对其进行了测试,它的加载速度非常快。
它完全免费且基于网络,因此无需下载。
免责声明:我创建了 Cluria 网站。
If you just want to preview the file to understand the general structure and data without necessarily seeing the entire file, you could use Cluria (http://www.cluria.com). I've tested it on JSON files of more than 100MB in size and it loads incredibly fast.
Its entirely free and web-based so no downloads needed.
Disclaimer: I created the Cluria website.
我一直在使用 Chrome JSON Formatter。虽然我不确定它是否可以处理大量数据,但至少值得尝试。
I've been using JSON Formatter for Chrome. Although I'm not sure whether it can handle large amounts of data, but at least it's worth of trying.