Extensions inspire

JSON-As-Table Viewer

4.25

Details

Author:
Actigence Solutions

Category:
Developer Tools

Version:
1.0.5

Users:
1,000+

Rating:
4.25

Size:
616KiB

Price:
Free

Updated:
October 26, 2020

Webstore Link:
https://chrome.google.com/webstore/detail/json-as-table-viewer/khclkgjdjddedohnomokbhinlmpclick

Developer's site:
http://actigence.com

Download

version 1.0.5  - Download ZIP file

Description

Jason-As-Table viewer is a utility Chrome Extension that displays JSON data as a table.

This extension is specially useful for RESTful web service developers and consumers. Most of the times data returned from RESTful APIs is in the form of JSON data and contains list of information. Example:

-------------------------------------------------------------------------------------------------------------------------------------------------------
{
"data" : [
{
"id" : 7,
"email" : "[email protected]",
"first_name": "Michael",
"last_name" : "Lawson",
"avatar" : "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg"
},
{
"id" : 8,
"email" : "[email protected]",
"first_name": "Lindsay",
"last_name" : "Ferguson",
"avatar" : "https://s3.amazonaws.com/uifaces/faces/twitter/araa3185/128.jpg"
},
{
"id" : 9,
"email" : "[email protected]",
"first_name": "Tobias",
"last_name" : "Funke",
"avatar" : "https://s3.amazonaws.com/uifaces/faces/twitter/vivekprvr/128.jpg"
}
]
}
-------------------------------------------------------------------------------------------------------------------------------------------------------

The JSON array above is not easy to read if it has many entries.

This extension displays this JSON data in an HTML table format. [See screenshots.]

The JSON data is converted to table format using following rules:

If JSON data is directly an array, then each item of that array is shown as a row in the table.
If JSON data is an object, then the items with in the first array field are shown as table rows.
If JSON does not contain any array field, then JSON data is not converted.

This is an Open Source plugin with code available at https://github.com/actigence/json-to-table-chrome-extension

Privacy Policy:
This plugin works on your local machine and does not connect to any external service for its operation. We do not collect any data about your plugin usage, sites visited or any personal data. No data is sent to us through this plugin.

Top Extensions

 
(10943)
 
(50577)
 
(98995)
 
(25231)
 
(8324)
 
(1434)
 
(11367)

What has inspired us?

Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!