-
Notifications
You must be signed in to change notification settings - Fork 72
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
replace org.json.JSONObject vs GSON/Jackson/Moshi #214
Comments
Some benchmarks you can have a look at. |
@kamathis4 that sounds good! this should be a relatively straight forward...but very impactful project if u do it. P.S. dont forget to add testcases |
@kamathis4 one of the reason we are preferring GSON/Moshi is because of #220 there is a very interesting path there to take! |
So you suggest moshi since it's easily interoperable with android? |
@kamathis4 would love to hear your thoughts and evaluation! |
we use JSONObject in multiple places. If we can reduce amount of code using GSON/Jackson/Moshi - we should do that.
Performance is not the top criteria here.
The text was updated successfully, but these errors were encountered: