Conveniently deserialize JSON API payloads into custom hashes.
Go to file
Lucas Hosseini 538e09c5b3 Configurable deserialization + reverse mapping (#10)
* Deserialize all fields.
* Make blocks return hash instead of using fields method.
* Ensure valid payload.
* Make reverse mapping available.
2016-11-27 03:56:42 +01:00
lib/jsonapi Configurable deserialization + reverse mapping (#10) 2016-11-27 03:56:42 +01:00
spec Configurable deserialization + reverse mapping (#10) 2016-11-27 03:56:42 +01:00
.gitignore Initial commit 2016-10-26 05:37:57 +02:00
.hound.yml Make HoundCI use rubocop config. 2016-11-22 22:04:57 +01:00
.rubocop.yml Whitelist has_many and has_one in rubocop. (#8) 2016-11-22 21:28:14 +01:00
.travis.yml Initial commit 2016-10-26 05:37:57 +02:00
Gemfile Initial commit 2016-10-26 05:37:57 +02:00
jsonapi-deserializable.gemspec Configurable deserialization + reverse mapping (#10) 2016-11-27 03:56:42 +01:00
Rakefile Initial commit 2016-10-26 05:37:57 +02:00
README.md Update README.md 2016-11-21 13:57:26 +01:00
VERSION Initial commit 2016-10-26 05:37:57 +02:00

jsonapi-deserializable

Ruby gem for deserializing JSON API payloads into custom hashes.

Status

Gem Version Build Status codecov Gitter chat

Usage and documentation

See jsonapi-rb.org/guides/deserialization.

License

jsonapi-deserializable is released under the MIT License.