A web service that converts text to JSON.
Requires the sinatra, shotgun, and json gems:
bundle install
To use the service, run the Ruby script with shotgun:
shotgun -p 4567 lib/json_service.rb
View in the browser at http://localhost:4567.
Initialize RSpec:
rspec --init
Run the test file:
rspec spec