Closed lubien closed 7 years ago
JaSerializer can custom how params are parsed. It's useful if you want to post to your API in another format like camelCase.
See: https://github.com/vt-elixir/ja_serializer/blob/master/test/ja_serializer/param_parser_test.exs
@lubien it should be used, you need to fully install JaSerializer plugs as described in that readme.
Thanks
JaSerializer can custom how params are parsed. It's useful if you want to post to your API in another format like camelCase.
See: https://github.com/vt-elixir/ja_serializer/blob/master/test/ja_serializer/param_parser_test.exs