• 请不要在回答技术问题时复制粘贴 AI 生成的内容
clydelin
V2EX  ›  程序员

求推荐一个Mac下 看json的软件

  •  
  •   clydelin · Jan 16, 2014 · 33915 views
    This topic created in 4499 days ago, the information mentioned may be changed or developed.
    用了几个软件都不是很顺心,Jason容易假死 json Validator 没有树形视图。求推荐
    36 replies    2019-04-16 18:40:07 +08:00
    chairuosen
        1
    chairuosen  
       Jan 16, 2014
    贴在chrome console里
    mengzhuo
        2
    mengzhuo  
       Jan 16, 2014
    Chrome下一堆插件
    maikcn
        3
    maikcn  
       Jan 16, 2014
    BenX
        4
    BenX  
       Jan 16, 2014
    local的嘛,就直接preview+插件。
    要不就用web的工具http://jsonformatter.curiousconcept.com/
    kukat
        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 旁边会显示子条目数,很贴心的功能
    xujialiang
        7
    xujialiang  
       Jan 16, 2014
    sublime
    tf2
        9
    tf2  
       Jan 16, 2014   ❤️ 1
    自己用的bookmarklet

    javascript:document.all[3].textContent = JSON.stringify( JSON.parse(document.all[3].textContent), null, 4)
    ffts
        10
    ffts  
       Jan 16, 2014
    chrome的json editor?
    sharpnk
        11
    sharpnk  
       Jan 16, 2014
    Zoozy
        13
    Zoozy  
       Jan 16, 2014
    brew cask install quicklook-json
    ry_wang
        14
    ry_wang  
       Jan 16, 2014   ❤️ 3
    cat ***.json | python -mjson.tool
    devon
        15
    devon  
       Jan 16, 2014
    soulgain
        16
    soulgain  
       Jan 16, 2014
    native app的话,json editor最好用,ls说的jason的话,效率很低,大一点的文件就很容易挂掉。
    SoloCompany
        17
    SoloCompany  
       Jan 16, 2014 via Android
    下载过一个mas的easy json的app,好不好用已经不太记得了
    isaced
        18
    isaced  
       Jan 16, 2014
    JSON Accelerator
    mantianyu
        19
    mantianyu  
       Jan 16, 2014
    vim
    bianzhifu
        20
    bianzhifu  
       Jan 16, 2014
    sublime+ json格式化插件
    favormm
        21
    favormm  
       Jan 16, 2014
    VirtualJSON
    openroc
        22
    openroc  
       Jan 16, 2014
    aising
        23
    aising  
       Jan 16, 2014
    用firefox打开就看见了 整齐的json
    clino
        24
    clino  
       Jan 16, 2014
    http://tool.oschina.net/codeformat/json 这个也不错,主要是做格式化,格式化以后也可以展开和折叠
    fukai7722
        25
    fukai7722  
       Jan 16, 2014
    haibinkuang
        26
    haibinkuang  
       Jan 16, 2014   ❤️ 1
    leotso
        27
    leotso  
       Jan 16, 2014
    分享一个Web版的
    http://json.parser.online.fr/
    senghoo
        28
    senghoo  
       Jan 16, 2014
    看文件的话quicklook 的 json插件就ok
    h2ero
        29
    h2ero  
       Jan 16, 2014
    firefox的json handle 不错, 国人开发的https://addons.mozilla.org/en-US/firefox/addon/JSON-handle/
    victor
        30
    victor  
       Jan 16, 2014
    firefox 里面搜索 json 或者用 JsonXmlConvert 呢?
    wuyexiong
        31
    wuyexiong  
       Jan 16, 2014
    sb + pretty json
    nickcheng
        32
    nickcheng  
       Jan 17, 2014
    JSON Toolbox
    hengxin196
        33
    hengxin196  
       Jan 17, 2014
    @isaced JSON Accelerator +1
    usoluyun
        34
    usoluyun  
       Jan 17, 2014
    这种简单的东西用chrome就行了。熟悉chrome dev tool绝对是有好处的。就像编辑器只要你会了vim或者emacs,所有平台甚至terminal里面你都能使用自如,切换windows,linux和mac不会被工具限制。
    jerry0908mo
        35
    jerry0908mo  
       Jan 20, 2014
    浏览器插件 http://jsonview.com/
    XxxxD
        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&colon;</span>')+"</pre>",n.isf=!0)}();
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3393 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 109ms · UTC 12:14 · PVG 20:14 · LAX 05:14 · JFK 08:14
    ♥ Do have faith in what you're doing.