-
Notifications
You must be signed in to change notification settings - Fork 85
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
Refactor easyjson with encoding/json #579
Labels
enhancement
New feature or request
Comments
Ja7ad
changed the title
Refactor encoding/json with easyjson
Refactor easyjson with encoding/json
Sep 28, 2024
|
3 tasks
Is this issue still open @Ja7ad . Wanted to pick it up |
@hegdeshashank73 thank you for your interest. The issue is already picked up, however, you are always welcome to provide review on the PR #582 😊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We propose removing
easyjson
and refactoring the SDK to use the built-inencoding/json
package. Althougheasyjson
provides performance benefits, it has limitations when dealing with dynamic types, such asinterface{}
in search results. This was highlighted in #436, where large numeric values encountered precision issues. Switching toencoding/json
would improve flexibility, maintainability, and error handling.Basic example
The text was updated successfully, but these errors were encountered: