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 the service only support kebab case in the property names for the json configuration. For example resource-base.
We want to also support camel case in these cases, eg: resourceBase as this is more the standard in json documents.
The service should be able to detect at the start of the parsing if any of the 2 cases is used and act accordingly
The text was updated successfully, but these errors were encountered:
madnificent
changed the title
Hacktoberfest 2020 - Support camel case alongside with kebab case
[Feature] Support camel case alongside with kebab case
May 26, 2021
Currently the service only support kebab case in the property names for the json configuration. For example
resource-base
.We want to also support camel case in these cases, eg:
resourceBase
as this is more the standard in json documents.The service should be able to detect at the start of the parsing if any of the 2 cases is used and act accordingly
The text was updated successfully, but these errors were encountered: