Serve JSON Static files with Sinatra
You can request the static json files with the file name as the route.
e.g you have to request locahost:4567/test.json
if you want the contents of test.json.
Install ruby via rvm.
$ git clone https://github.com/yelinaung/JSONatra
$ cd JSONatra
$ bundle install
$ foreman start
MIT