What JSON library to use? #38
|
So as people mentioned we should choose wisely so we dont have to go back later and refactor everything to adopt a new library and since the api's responses can be quite large parsing could drastically slow things down. Candidates currently are:
Another idea would be to let the user choose once again similar to how our caching strategies work. |
Answered by
unpluggedsam
Oct 4, 2022
Replies: 2 comments 2 replies
|
|
2 replies
|
We went with org.json |
0 replies
Answer selected by
unpluggedsam
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We went with org.json