Frontend JSON workspaceFrontend JSON workspace, helping a developer to quickly understand an API without writing any web scrapping scripts. It focuses on browsing, querying and traversing a JSON instead of simply visualizing it.
Try http://httpbin.org/get#hash?foo=bar after install and see the difference!
Updates in v0.1.7:
- Bang is now a dismissible popup, compatible with all JSON viewer plugins
- Improved UI for focusing on JSON contents
- Easy switch between array's table view and schema view
Highlights:
- Display the key value structure of an object instead of the fine detail
- Provides a table view for arrays
- Supports traversing array elements one by one
- Enable you to check the schema of an array
- Enable you to check the value of a specified key inside an array
- Supports any Javascript expression's value as input
- Supports local json file, if enabled in extension page
- The raw json response from an API will be stored into a local variable called bang, and you can either use the browsing panel to play around with data or write custom javascript expressions like 'Object.size(bang)' or even 'bang.map(function(row){ return row.name; })'
- Supports underscore, d3 grammar when writing custom javascript expressions