Skip to content

kartheekmannepalli/ship-it-viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShipIt Viewer

Chrome extension to view ShipIt JSON data as a table with filter and sort functionality.

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.

Getting started

Other Screenshots

About

A simple Google Chrome browser extension to render JSON response from a web url as a table

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.7%
  • CSS 8.3%