graphql-elixir/graphql_parser

Make the JSON codec pluggable

anthonator opened this issue · 0 comments

graphql_parser currently supports Poison but most of the community seems to have migrated to Jason. Poison and Jason have pretty similar API's so it would hopefully not be a big change. Might have to introduce the concept of config though.

I'd be happy to take a look at implementing this.