用了几个软件都不是很顺心,Jason容易假死 json Validator 没有树形视图。求推荐
1
chairuosen Jan 16, 2014
贴在chrome console里
|
2
mengzhuo Jan 16, 2014
Chrome下一堆插件
|
3
maikcn Jan 16, 2014
|
4
BenX Jan 16, 2014
local的嘛,就直接preview+插件。
要不就用web的工具http://jsonformatter.curiousconcept.com/ |
5
imkeke Jan 16, 2014
|
6
kukat Jan 16, 2014
前天刚把json viewer换成 json formatter https://chrome.google.com/webstore/detail/json-formatter/bcjindcccaagfpapjjmafapmmgkkhgoa
记得勾选Allow access to file URLs才能打开本地文件 array 和 dictionary 旁边会显示子条目数,很贴心的功能 |
7
xujialiang Jan 16, 2014
sublime
|
8
hilenlai Jan 16, 2014
|
9
tf2 Jan 16, 2014 自己用的bookmarklet
javascript:document.all[3].textContent = JSON.stringify( JSON.parse(document.all[3].textContent), null, 4) |
10
ffts Jan 16, 2014
chrome的json editor?
|
11
sharpnk Jan 16, 2014
|
12
chrisyipw Jan 16, 2014
http://appshopper.com/search/?cat=&platform=mac&device=all&sort=rel&dir=asc&search=json
我在用 Power JSON Editor。 |
13
Zoozy Jan 16, 2014
brew cask install quicklook-json
|
14
ry_wang Jan 16, 2014 cat ***.json | python -mjson.tool
|
15
devon Jan 16, 2014
jason 还比较好用:https://www.macupdate.com/app/mac/35588/jason
|
16
soulgain Jan 16, 2014
native app的话,json editor最好用,ls说的jason的话,效率很低,大一点的文件就很容易挂掉。
|
17
SoloCompany Jan 16, 2014 via Android
下载过一个mas的easy json的app,好不好用已经不太记得了
|
18
isaced Jan 16, 2014
JSON Accelerator
|
19
mantianyu Jan 16, 2014
vim
|
20
bianzhifu Jan 16, 2014
sublime+ json格式化插件
|
21
favormm Jan 16, 2014
VirtualJSON
|
22
openroc Jan 16, 2014
|
23
aising Jan 16, 2014
用firefox打开就看见了 整齐的json
|
24
clino Jan 16, 2014
http://tool.oschina.net/codeformat/json 这个也不错,主要是做格式化,格式化以后也可以展开和折叠
|
25
fukai7722 Jan 16, 2014
|
26
haibinkuang Jan 16, 2014 |
27
leotso Jan 16, 2014
分享一个Web版的
http://json.parser.online.fr/ |
28
senghoo Jan 16, 2014
看文件的话quicklook 的 json插件就ok
|
29
h2ero Jan 16, 2014
firefox的json handle 不错, 国人开发的https://addons.mozilla.org/en-US/firefox/addon/JSON-handle/
|
30
victor Jan 16, 2014
firefox 里面搜索 json 或者用 JsonXmlConvert 呢?
|
31
wuyexiong Jan 16, 2014
sb + pretty json
|
32
nickcheng Jan 17, 2014
JSON Toolbox
|
33
hengxin196 Jan 17, 2014
@isaced JSON Accelerator +1
|
34
usoluyun Jan 17, 2014
这种简单的东西用chrome就行了。熟悉chrome dev tool绝对是有好处的。就像编辑器只要你会了vim或者emacs,所有平台甚至terminal里面你都能使用自如,切换windows,linux和mac不会被工具限制。
|
35
jerry0908mo Jan 20, 2014
浏览器插件 http://jsonview.com/
|
36
XxxxD Apr 16, 2019
bookmarklet
javascript:!function(){var n,e,r,i;n=window,e=document.body,r=JSON.parse,i=JSON.stringify,n.isf||(e.innerHTML="<pre>"+i(r(e.innerText),null,4).replace(/\"(.*)[^\:]\:/g,'<span style="color:#9C3636">$1:</span>')+"</pre>",n.isf=!0)}(); |