parroty / extwitter

Twitter client library for elixir.
MIT License
409 stars 129 forks source link

Replace Poison with Jason #121

Closed praveenperera closed 4 years ago

praveenperera commented 4 years ago

Since Jason is faster than Poison and seems to be the go to library for working with JSON in elixir and phoenix should we replace Poison with Jason.

This would mean one less dependency in most projects (since Phoenix comes default with Jason). And Jason seems to be faster the more active library as well.

We could also make the JSON library configurable but default to Jason.

I could make this change.

cgorshing commented 4 years ago

I believe this can be closed now that the above PR has been merged.

praveenperera commented 4 years ago

Awesome! Thanks