Skip to content
New issue

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

How do I transform keys from kabab case to camel case #98

Open
joegaudet opened this issue Oct 19, 2022 · 1 comment
Open

How do I transform keys from kabab case to camel case #98

joegaudet opened this issue Oct 19, 2022 · 1 comment

Comments

@joegaudet
Copy link

In our api the keys for the attributes and relationships are in kabab case

is-new-restaurant, which I would like to use as isNewRestaurant, is there a way to handle this?

@joegaudet
Copy link
Author

Base on this, https://jsonapi.org/format/#document-member-names

_ - and space are allowed characters so support for them should be included.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant