mirror of
https://github.com/ditkrg/jsonapi-deserializable.git
synced 2026-01-22 22:06:47 +00:00
20 lines
887 B
Markdown
20 lines
887 B
Markdown
# jsonapi-deserializable
|
|
Ruby gem for deserializing [JSON API](http://jsonapi.org) payloads into custom
|
|
hashes.
|
|
|
|
## Status
|
|
|
|
[](https://badge.fury.io/rb/jsonapi-deserializable)
|
|
[](http://travis-ci.org/jsonapi-rb/deserializable?branch=master)
|
|
[](https://codecov.io/gh/jsonapi-rb/deserializable)
|
|
[](https://gitter.im/jsonapi-rb/Lobby)
|
|
|
|
|
|
## Usage and documentation
|
|
|
|
See [jsonapi-rb.org/guides/deserialization](http://jsonapi-rb.org/guides/deserialization).
|
|
|
|
## License
|
|
|
|
jsonapi-deserializable is released under the [MIT License](http://www.opensource.org/licenses/MIT).
|