Four Best Chrome Extensions for Reading JSON

来源:http://www.londatiga.net/it/four-best-chrome-extensions-for-reading-json/


As a software developer that deals much with RESTful API, reading raw JSON data on browser can be a pain. It always easier  to read a well formatted JSON in tree view than  in raw data format. Luckily, Chrome has some extensions that could format raw JSON data into tree view format that can be read easily. Here i’ll will show  four best Chrome extensions for reading JSON on Chrome browser, most of them work perfectly and very easy to use.

  1. JSONView
    This extension is a porting from original JSONView Firefox extension and supports JSONP. It validates JSON using a client-side javascript implementation ofJSONLint and compliant with rfc 4627.
    JSONView  supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapsed and expanded by clicking on the plus (+) or minus (-) sign on  the left of each node.
    Four Best Chrome Extensions for Reading JSON_第1张图片
  2. JSONFormatter
    JSONFormatter supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapesed and expanded by clicking on the triangle icon on the left of each node. It also provides a button for switching to original (raw) data.
    Four Best Chrome Extensions for Reading JSON_第2张图片
  3. PrettyJSON
    PrettyJSON supports syntax highlighting and displays JSON in tree view. Unlike the two previous extensions, the nodes on the tree can not be collapsed and expanded. And because of it doesn’t check for a valid content type (application/json), it will not format JSON data that comes from a URL without ‘json’ appended. For example, it will display correctly the JSON data that comes from http://example.com/data.json but will not work if the JSON data comes from http://example.com/data.php.
     
    Four Best Chrome Extensions for Reading JSON_第3张图片
  4. JSON Prettifier
    JSON Prettifier  supports syntax highlighting and displays JSON in tree view where the nodes on the tree can be collapsed and expanded by clicking on the plus (+) or minus (-) sign on  the left of each node. It also has a button for switching to original (raw) data.
    Four Best Chrome Extensions for Reading JSON_第4张图片
Share
Related post: 
  • How to Send Message to Google Cloud Messaging (GCM) Server Using JSON and PHP(2)
  • How to Send Image to Twitpic from Android (24)
  • How to Use Foursquare API on Android Application (66)
  • How to Post Twitter Status from Android (241)
  • Top 10 Most Popular Google Chrome Extension (15)


你可能感兴趣的:(Four Best Chrome Extensions for Reading JSON)