Overview
*** View JSON response from a URL as HTML table ***
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" : "michael.lawson@reqres.in", "first_name": "Michael", "last_name" : "Lawson", "avatar" : "https://s3.amazonaws.com/uifaces/faces/twitter/follettkyle/128.jpg" }, { "id" : 8, "email" : "lindsay.ferguson@reqres.in", "first_name": "Lindsay", "last_name" : "Ferguson", "avatar" : "https://s3.amazonaws.com/uifaces/faces/twitter/araa3185/128.jpg" }, { "id" : 9, "email" : "tobias.funke@reqres.in", "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.
3.8 out of 59 ratings
Google doesn't verify reviews. Learn more about results and reviews.
Willem van NusApr 25, 2022
Great, simple addon that does its job well.
Byron ShenFeb 18, 2022
Works good for me.
Richard ChenNov 9, 2021
Broke in some sites, also break many sites in Brave browser. Uninstalled.
Details
- Version1.0.5
- UpdatedJune 4, 2022
- Size616KiB
- LanguagesEnglish (United States)
- DeveloperWebsite
Email
actigence@gmail.com - Non-traderThis developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.
Privacy
This developer declares that your data is
- Not being sold to third parties, outside of the approved use cases
- Not being used or transferred for purposes that are unrelated to the item's core functionality
- Not being used or transferred to determine creditworthiness or for lending purposes
Support
For help with questions, suggestions, or problems, please open this page on your desktop browser