Hey I'm building out a mobile app specific api and it would be of great help to my front end devs if the response case could be CamelCase instead of dashed.
I'm looking for a setting on AMS, as the documentation updates have been lagging.
versions
active_model_serializers (~> 0.10.0)
using adapter json_api
current: { foo: { foos-bar: { id: "2" } }
looking for { Foo: { FoosBar: { "id": "2" } }
you get the idea, any thoughts?