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.
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