graphql_parser
graphql_parser copied to clipboard
Make the JSON codec pluggable
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.