Casex v0.2.0 Casex.CamelCaseEncoder View Source
Format encoder for phoenix. Converts all the keys of the json data to camel case.
Usage
Add Casex.CamelCaseEncoder
as json format encoder for phoenix:
# config.exs
config :phoenix, :format_encoders, json: Casex.CamelCaseEncoder
Now all outcoming json response bodies will be converted to camel case.