Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Browser JSON Plugins [closed]

Im looking for a Safari/Webkit plugin similar to Firefox's JSONView, or the Pretty JSON Chrome extension. Anyone know of anything like this?

  • JSONView - http://benhollis.net/blog/2009/02/24/jsonview-view-json-documents-in-firefox/
  • Pretty JSON - https://chrome.google.com/extensions/detail/ddngkjbldiejbheifcmnfmmfiniimbbg
like image 208
Brian Wigginton Avatar asked Mar 30 '10 18:03

Brian Wigginton


People also ask

How do I open a JSON file in my browser?

Steps to open JSON files on Web browser (Chrome, Mozilla)Open the Web store on your web browser using the apps option menu or directly using this link. Here, type JSON View in search bar under the Extensions category. You will get the various extensions similar to JSON View to open the JSON format files.

How do I open JSON formatter in Chrome?

The shortcut Ctrl+Shift+I lets you format your JSON document from the context menu.


2 Answers

And even easier, with Safari 5: https://github.com/rfletcher/safari-json-formatter

like image 76
John Bachir Avatar answered Sep 18 '22 20:09

John Bachir


I recently made a JSON viewer for safari called JSONAce, you can download it here: https://github.com/acrogenesis/JSONAce

Apple Extensions link

like image 35
acrogenesis Avatar answered Sep 18 '22 20:09

acrogenesis