https://github.com/jsonapi-rb/jsonapi-rails
Rails gem for fast jsonapi-compliant APIs.
https://github.com/jsonapi-rb/jsonapi-rails
api deserialization json json-api jsonapi rails ruby serialization
Last synced: 25 days ago
JSON representation
Rails gem for fast jsonapi-compliant APIs.
- Host: GitHub
- URL: https://github.com/jsonapi-rb/jsonapi-rails
- Owner: jsonapi-rb
- License: mit
- Created: 2016-10-26T01:53:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T23:34:22.000Z (8 months ago)
- Last Synced: 2025-04-12T19:45:07.291Z (about 2 months ago)
- Topics: api, deserialization, json, json-api, jsonapi, rails, ruby, serialization
- Language: Ruby
- Homepage: http://jsonapi-rb.org
- Size: 152 KB
- Stars: 330
- Watchers: 6
- Forks: 64
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# jsonapi-rails
Rails integration for [jsonapi-rb](http://jsonapi-rb.org).## Status
[](https://badge.fury.io/rb/jsonapi-rails)
[](https://github.com/jsonapi-rb/jsonapi-rails/actions/workflows/ci.yml)
[](https://gitter.im/jsonapi-rb/Lobby)## Resources
* Chat: [gitter](http://gitter.im/jsonapi-rb)
* Twitter: [@jsonapirb](http://twitter.com/jsonapirb)
* Docs: [jsonapi-rb.org](http://jsonapi-rb.org)## Installation
Add the following to your application's Gemfile:
```ruby
gem 'jsonapi-rails'
```
And then execute:
```
$ bundle
```## Usage and documentation
See [jsonapi-rb.org/guides](http://jsonapi-rb.org/guides).
## License
jsonapi-rails is released under the [MIT License](http://www.opensource.org/licenses/MIT).