Closed
Description
json-api clients adhering to the 1.0 recommendations may be likely to use dasherized (e.g. password-confirmation) keys.
json-api clients adhering to the 1.1 recommendations may be likely to use camelCase (e.g. passwordConfirmation) keys.
The JSONAPI::Deserialization jsonapi_deserialize method does not seem to offer modification to key names. It would be handy if it could (optionally) underscore-ify (snake-case) these keys, (e.g. password_confirmation) to conform to Rails expectations.
Metadata
Metadata
Assignees
Labels
No labels