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
In both JMS and Laminas Hydrator, the keys of foo won't get modified.
Sadly, the keys in CamelCaseKeys are all modified and thus, some stuff is not properly working as I'd expect it.
I can work around this for now by changing the response to a list of objects containing name and value but I wonder if this is just a niche case or if this should be addressed.
WDYT?
The text was updated successfully, but these errors were encountered:
Hey there,
I am kinda used to work with laminas-hydrator and JMS.
Both only apply naming strategies only for object properties, which allows responses such as:
Which are passed to an object like:
In both JMS and Laminas Hydrator, the keys of
foo
won't get modified.Sadly, the keys in
CamelCaseKeys
are all modified and thus, some stuff is not properly working as I'd expect it.I can work around this for now by changing the response to a list of objects containing
name
andvalue
but I wonder if this is just a niche case or if this should be addressed.WDYT?
The text was updated successfully, but these errors were encountered: