futurice / android-best-practices

Do's and Don'ts for Android development, by Futurice developers
Other
20.35k stars 3.37k forks source link

Jackson link is dead :) #187

Open tormath1 opened 5 years ago

tormath1 commented 5 years ago

Jackson is a Java library for JSON serialization and deserialization, it has a wide-scoped and versatile API, supporting various ways of processing JSON: streaming, in-memory tree model, and traditional JSON-POJO data binding.

We should update it to https://github.com/FasterXML/jackson-docs :smiley:

anthonylipscomb commented 1 month ago

At this point, we should talk about moving towards Kotlin Serialization https://kotlinlang.org/docs/serialization.html