We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
E.g. an attribute with the value [1,2,3,4,5] will be converted to {0: 1, 1: 2, 2: 3...}, which should not happen.
Can be fixed with an extra check for data is array: https://github.com/stefanvanherwijnen/json-api-serializer/commit/656ad5bbbf9d071903fb71454c73b798a5bbcc93
data
The text was updated successfully, but these errors were encountered:
2406a54
No branches or pull requests
E.g. an attribute with the value [1,2,3,4,5] will be converted to {0: 1, 1: 2, 2: 3...}, which should not happen.
Can be fixed with an extra check for
data
is array:https://github.com/stefanvanherwijnen/json-api-serializer/commit/656ad5bbbf9d071903fb71454c73b798a5bbcc93
The text was updated successfully, but these errors were encountered: