mirror of
https://github.com/fankes/moshi.git
synced 2025-10-18 23:49:21 +08:00
93eddc9069e4fe783f5ca5d6b48045556b69f315
This is similar to the way Gson does its type adapters: factories that can delegate and compose. It's different because annotations are fundamental to the design. It's also different because there are no APIs to convert to and from JSON on the central object: instead callers must get the JSON adapter they're interested in and do that there. This is potentially more efficient because applications can hold the adapter they need.
Moshi
A modern JSON library for Android and Java.
Description
Languages
Kotlin
57.7%
Java
42.2%