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
- Host: GitHub
- URL: https://github.com/rewindio/json
- Owner: rewindio
- License: mit
- Created: 2020-03-20T14:37:47.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2021-04-12T20:19:45.000Z (over 5 years ago)
- Last Synced: 2025-01-31T07:45:46.768Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 21
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).