Browse a JSON web with the help of JSON schemas.
Browse a JSON web with help from JSON schema & JSON Hyper schema.
Firstly, JSON Browser will prettify JSON documents to make them much more readable. Also, it will grab the schema referenced in the http header ie. "Content-Type: application/json; profile=/schema.json". It can then use this to provide you with the context of the schema and sub-schemas, and add hyperlinks to other documents or pages.
I hope this will be used for developing browsable, intuitive and self-documenting apis using JSON schema.
Beta demo :
http://blogexample.jsonrest.net/blog/1/
This extension is mainly an integration of the brilliant Jsonary library.
http://jsonary.com/
http://json-schema.org/
Logo artwork by Daisy Marie Connop
CHANGELOG:
* 0.4.2 : Add support for form submission
* 0.4.3 : Fix bug preventing xml viewer from working
* 0.4.4 : Allow user to select schemas
* 0.4.5 : Take schema uri from Link http header
* 0.4.6 : Add a schema editor
* 0.4.7 : UI fixes for schema editor
* 0.4.8 : Handle http link headers and allow download of editable schemas
* 0.4.9 : Edit raw schema json
* 0.5 : Add browser action button to switch Accept header to application/json
* 0.6 : Styling and error handling improvements
* 0.7 : Add fragment highlighting
* 0.8 : More meaningful URI in links
Latest reviews
- (2016-09-15) Rubat: You can't even collapse the tree.
- (2016-02-26) Kjetil Pettersson: works like a charm for exactly what i needed it for.
- (2015-02-02) Boris Malenšek: Awesome!
- (2013-04-25) Dan Horan: Essential for any developer working with JSON! Great extension.