java-tutorials/libraries-3
Graham Cox b609d50214 Examples for Moshi Json (#8753)
* Examples for Moshi Json

* Renamed Moshi tests to BDD style

* Updated some indents

* Minor code tweak to prefer ternary over if/else
2020-02-21 12:07:58 -08:00
..
src Examples for Moshi Json (#8753) 2020-02-21 12:07:58 -08:00
README.md Update README.md 2020-02-10 14:09:27 +08:00
pom.xml Examples for Moshi Json (#8753) 2020-02-21 12:07:58 -08:00

README.md

Libraries-3

This module contains articles about various Java libraries. These are small libraries that are relatively easy to use and do not require any separate module of their own.

The code examples related to different libraries are each in their own module.

Remember, for advanced libraries like Jackson and JUnit we already have separate modules. Please make sure to have a look at the existing modules in such cases.

Relevant Articles: