elixir-google-api
elixir-google-api copied to clipboard
Switch to using Jason
Currently there is an issue with Poison in this library.
Is it possible to switch to using jason. It is faster, has become the default for lots of elixir libraries like Phoenix etc, and seems to be more stable. Not sure how much work that would be but thought it is worth asking.
Yes, we probably should. Poison has been causing a lot of headache.
any roadmap on switching?