android-best-practices icon indicating copy to clipboard operation
android-best-practices copied to clipboard

Jackson link is dead :)

Open tormath1 opened this issue 7 years ago • 1 comments

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:

tormath1 avatar Dec 09 '18 19:12 tormath1

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

anthonylipscomb avatar Jul 14 '24 00:07 anthonylipscomb