Add deserialization options on Readme
This commit is contained in:
parent
f8255771dc
commit
b2f809cdad
13
README.md
13
README.md
@ -39,6 +39,7 @@ article in the `docs` folder for any questions related to methodology.
|
||||
* [Sparse Fieldsets](#sparse-fieldsets)
|
||||
* [Using helper methods](#using-helper-methods)
|
||||
* [Performance Instrumentation](#performance-instrumentation)
|
||||
* [Deserialization](#deserialization)
|
||||
* [Contributing](#contributing)
|
||||
|
||||
|
||||
@ -693,6 +694,18 @@ tests. To run tests use the following command:
|
||||
rspec
|
||||
```
|
||||
|
||||
## Deserialization
|
||||
We currently do not support deserialization, but we recommend to use any of the next gems:
|
||||
|
||||
### [JSONAPI.rb](https://github.com/stas/jsonapi.rb)
|
||||
|
||||
This gem provides the next features alongside deserialization:
|
||||
- Collection meta
|
||||
- Error handling
|
||||
- Includes and sparse fields
|
||||
- Filtering and sorting
|
||||
- Pagination
|
||||
|
||||
## Contributing
|
||||
|
||||
Please follow the instructions we provide as part of the issue and
|
||||
|
Loading…
x
Reference in New Issue
Block a user