Jesse Wilson 93eddc9069 Initial JsonAdapter structure.
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.
2014-08-11 08:37:13 -04:00
2014-08-11 08:37:13 -04:00
2014-08-09 12:19:29 -04:00
2014-08-09 12:19:29 -04:00
2014-08-09 12:19:29 -04:00
2014-08-09 12:19:29 -04:00
2014-08-09 12:19:29 -04:00
2014-08-09 12:19:29 -04:00
2014-08-11 08:37:13 -04:00
2014-08-09 12:19:29 -04:00

Moshi

A modern JSON library for Android and Java.

Description
A modern JSON library for Kotlin and Java.
Readme 3.9 MiB
Languages
Kotlin 57.7%
Java 42.2%