graphql_parser icon indicating copy to clipboard operation
graphql_parser copied to clipboard

Make the JSON codec pluggable

Open anthonator opened this issue 6 years ago • 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.

anthonator avatar Aug 13 '19 14:08 anthonator