你能给我推荐一个 json 查看器应用程序吗?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6016226/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
can you recommend me a json viewer application?
提问by Bick
I need one that will indent the json for ease of reading
我需要一个可以缩进 json 以便于阅读的文件
The famous simple file editors - editplus , notepad++ - they all dont have json doc type.
There are a lot of online sites with built in viewer. I need an offline one.
著名的简单文件编辑器 - editplus 、 notepad++ - 它们都没有 json doc 类型。
有很多带有内置查看器的在线网站。我需要一个离线的。
10x.
10 倍。
采纳答案by Mike Kwan
I have used JSON Viewer, it works nicely and is lightweight. However it's really down to your taste or whether you require some specific features. It's probably worth it to take a look at some screenshots of several different ones first.
我使用过JSON Viewer,它运行良好且轻量级。然而,这真的取决于您的口味或您是否需要某些特定功能。首先看一下几个不同的屏幕截图可能是值得的。
回答by Murray Foxcroft
The Notepad++ plug in NPP JSON Viewerworked well for me too, it is a little slow with large amounts of data, but does a good job of formatting long JSON strings and displays a structured tree of the data for click through navigation. It would be nice if the tree was searchable, but unfortunately it is currently not.
NPP JSON 查看器中的 Notepad++ 插件对我来说也很好用,它在处理大量数据时有点慢,但在格式化长 JSON 字符串方面做得很好,并显示了用于单击导航的结构化数据树。如果这棵树是可搜索的,那就太好了,但不幸的是,目前还不是。
回答by charles_lim
I have been using the jsmin pluggin which has both JSON viewer and JSON formatter. No problem opening 20MB of data. You can hilight a single json line and Alt+Ctrl+M to format just one line, or you can format the entire file.
我一直在使用具有 JSON 查看器和 JSON 格式化程序的 jsmin 插件。打开 20MB 的数据没问题。您可以突出显示单个 json 行并 Alt+Ctrl+M 仅格式化一行,也可以格式化整个文件。
回答by thinklinux
You can search in google for notepad++ json plugin... and one of the results => http://sourceforge.net/projects/nppjsonviewer/
您可以在 google 中搜索 notepad++ json 插件...和结果之一 => http://sourceforge.net/projects/nppjsonviewer/

