Converting Object Keys from Snake Case to Camel Case Using Schema

Hi, how do i change case of the all keys?

currently i am using Schema to parse the request body, request body has all keys in snake case, and after decoding i want all the keys to be in camel case, how can i do this?, I can possibly map each attribute with fromKey but this will require lot of work.
Was this page helpful?