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

Add a way to customize which json library to use #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jnylen
Copy link

@jnylen jnylen commented Mar 7, 2021

Hi,

I have started using Jsonrs everywhere where json encoding and decoding is used as it's way faster and more performant than Jason or Poison. I have seen a performance boost of around 500% just by replacing it with this.

So locking it to Jason and Poison in this hex feels a bit odd. So my PR adds a way to customize this. As well as renaming it to json library as this is the way it's named in PHX and other hexes.

@andrewtimberlake andrewtimberlake force-pushed the master branch 2 times, most recently from f68b655 to 1f8e0e4 Compare June 8, 2022 07:12
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.

1 participant