Skip to content

rmccubbin/json-schema-browser

 
 

Repository files navigation

JSON Schema Browser

Show JSON Schema’s as formatted html, for easy browing. See screenshot.png or look at it live sk-api-browser.heroku.com/

The most interesting part is a quickly hacked javascript class(s2html.js) rendering a an array of schemas to html, with css styles inspired by visualjquery.com

For now the browser shows SalesKing’s API schema’s (github.com/salesking/sk_api_schema/tree/master/json/v1.0) for which the ruby part(sinatra webserver) is solely needed.

Install

git clone ..
bundle install
ruby server.rb
# OR rackup
bundle exec rackup -p 4567

Copyright © 2011 Georg Leciejewski, released under the MIT license

About

API Explorer to browse JSON Schema based API's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published