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

Support pluggable JSON libraries #101

Merged
merged 1 commit into from
May 16, 2024
Merged

Support pluggable JSON libraries #101

merged 1 commit into from
May 16, 2024

Conversation

tomtaylor
Copy link
Collaborator

@tomtaylor tomtaylor commented Apr 22, 2024

It's handy to be able to drop in a faster JSON library, such as Jsonrs, for use cases with very large requests and responses, as JSON encoding and decoding time is greatly reduced. Closes #96.

It's handy to be able to drop in a faster JSON library, such as Jsonrs, for use
cases with very large requests and responses, as JSON encoding and decoding time
is greatly reduced.
Copy link
Contributor

@Ptrboro Ptrboro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great improvement! I would love to start using it in my project, can we get it merged?

@tomtaylor tomtaylor merged commit 5da50aa into main May 16, 2024
4 checks passed
@tomtaylor tomtaylor deleted the pluggable-json-support branch May 16, 2024 09:07
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.

Support alternative JSON encoding/decoding libraries
2 participants