You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently AMS is dasherizing the keys of JSON objects embedded as JSON:API attributes. This alters the meaning of such embedded documents, and the JSON:API specification doesn't seem to permit key alteration. Perhaps it's time to integrate the changes proposed in rails-api/active_model_serializers#1834 into the monkey patch.
The text was updated successfully, but these errors were encountered:
Currently AMS is dasherizing the keys of JSON objects embedded as JSON:API
attributes
. This alters the meaning of such embedded documents, and the JSON:API specification doesn't seem to permit key alteration. Perhaps it's time to integrate the changes proposed in rails-api/active_model_serializers#1834 into the monkey patch.The text was updated successfully, but these errors were encountered: