rapee / jsonfinder

Browse JSON like you do it in Finder (Chrome extension).
MIT License
40 stars 50 forks source link

Support normal JSON data view #12

Open rapee opened 11 years ago

rapee commented 11 years ago

do like other extensions do.

{
    "aaa": {
      "bbb": [ 1, 2, 3 ],
      "ccc": 34000
    }
}
nornagon commented 9 years ago

+1, I copy/paste JSON out of the browser all the time.