Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Jason over Poison #509

Merged

Conversation

maartenvanvliet
Copy link
Member

Jason has become the default JSON encoder/decoder for Elixir projects. It is faster than Poison and a drop in replacement.

This PR changes the default JSON encoder/decoder to Jason.

Fixes #501

@coveralls
Copy link

Coverage Status

Coverage remained the same at 87.179% when pulling bc5b770 on maartenvanvliet:issues/migrate_to_jason into 0d3e134 on code-corps:master.

@snewcomer snewcomer merged commit 41d68bf into beam-community:master Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update poison dependency
3 participants