yosiat / panko_serializer

High Performance JSON Serialization for ActiveRecord & Ruby Objects
https://panko.dev
MIT License
591 stars 36 forks source link

Option to camelize keys #52

Open phelios opened 5 years ago

phelios commented 5 years ago

Is there an option to convert all property names to camelCase by default?

Aliases will be too much repetition, and changing all property names to camelCase will break the convention.

yosiat commented 5 years ago

Hi @phelios ,

It is possible to develop such feature building on top aliases, we will need to:

Would you like to submit a PR?

janklimo commented 1 year ago

This would be very helpful 👍