Open joegaudet opened 2 years ago
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?
Base on this, https://jsonapi.org/format/#document-member-names
_ - and space are allowed characters so support for them should be included.
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?