An open API service indexing awesome lists of open source software.

https://github.com/rewindio/json

This gem provides JSON using Oj
https://github.com/rewindio/json

Last synced: about 1 year ago
JSON representation

This gem provides JSON using Oj

Awesome Lists containing this project

README

          

# Json

This gem provides json (and json_pure) using Oj (https://github.com/ohler55/oj)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'json', :git => 'https://github.com/backhub/json.git'
gem 'json_pure', :git => 'https://github.com/backhub/json.git'
```

And then execute:

$ bundle install

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).