vt-elixir / ja_serializer

JSONAPI.org Serialization in Elixir.
Other
640 stars 148 forks source link

Implement camelcased option recommended by JSON:API 1.1 #316

Closed strzibny closed 5 years ago

strzibny commented 5 years ago

I implemented camelcased option as it's very common for JSON APIs to follow JS conventions. Plus JSON:API 1.1 will recommend this as well.

Fixes #315

strzibny commented 5 years ago

@beerlington Thanks for the review. I updated the code. I used a newer version of inflex simply because it fixes the bug with pascalCase. If the dependency upgrade is a no-go I can update the code with a workaround.

beerlington commented 5 years ago

Thanks!