Module: JSONAPI::Deserialization
- Defined in:
- lib/jsonapi/deserialization.rb
Overview
Helpers to transform a JSON API document, containing a single data object, into a hash that can be used to create an [ActiveRecord::Base] instance.
Initial version from the ‘active_model_serializers` support for JSONAPI.