Tag Archives: Trello

How Trello Android converted from Gson to Moshi

How Trello Android converted from Gson to Moshi

Trello Android recently converted from using Gson to Moshi for handling JSON. It was a bit tricky so I wanted to document the process. (For context, Trello Android primarily parses JSON. We rarely serialize JSON, and thus most of the focus here is on deserializing.) There were three main reasons for the switch from Gson to Moshi: safety, speed, and …

Read More »