diff --git a/README.md b/README.md index 0be58de..e395217 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Genson](https://owlike.github.io/genson/) - Powerful and easy-to-use Java-to-JSON conversion library. * [Gson](https://github.com/google/gson) - Serializes objects to JSON and vice versa. Good performance with on-the-fly usage. * [HikariJSON](https://github.com/brettwooldridge/HikariJSON) - High-performance JSON parser, 2x faster than Jackson. +* [jackson-modules-java8](https://github.com/FasterXML/jackson-modules-java8) - Set of support modules for Java 8 datatypes (Optionals, date/time) and features (parameter names). * [Jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) - Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types. * [Jackson](https://github.com/FasterXML/jackson) - Similar to GSON, but offers performance gains if you need to instantiate the library more often. * [JSON-io](https://github.com/jdereg/json-io) - Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.