Docile-Alligator / Infinity-For-Reddit

A Reddit client for Android
https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforreddit
GNU Affero General Public License v3.0
4.26k stars 410 forks source link

Optimize json parsing #1465

Open AppearamidGuy opened 1 year ago

AppearamidGuy commented 1 year ago

Some easy optimizations in json parsing

Actually I was surprised to see org.json instead of typically used Moshi, Jackson or Gson (which you actually use but only for themes). Are you interesting in migrating to one of these libraries?