From 946b6a15da51ab601dce50ab6f86a101fb35235a Mon Sep 17 00:00:00 2001 From: Nathaniel Fischer Date: Mon, 6 Apr 2020 14:44:07 -0700 Subject: [PATCH 1/2] Add hate HATEOAS library to json section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6e3e588..9942896 100644 --- a/README.md +++ b/README.md @@ -510,6 +510,7 @@ _Libraries for serializing and deserializing JSON to and from Java objects._ - [DSL-JSON](https://github.com/ngs-doo/dsl-json) - JSON library with advanced compile time databinding. - [Genson](http://genson.io) - 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. +- [hate](https://github.com/blackdoor/hate) - Build hypermedia-friendly objects with HAL (uses jackson). - [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 Jackson modules for Java 8 datatypes and features. - [Jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) - Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types. From 9c1c9d6c1426bd56a6887acec599ca71715dd91a Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Tue, 7 Apr 2020 08:50:31 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9942896..505266f 100644 --- a/README.md +++ b/README.md @@ -459,6 +459,7 @@ _Libraries that assist with creating HTTP requests and/or binding responses._ _Libraries that handle serialization to hypermedia types._ +- [hate](https://github.com/blackdoor/hate) - Builds hypermedia-friendly objects according to HAL specification. - [JSON-LD](https://github.com/jsonld-java/jsonld-java) - JSON-LD implementation. - [Siren4J](https://github.com/eserating/siren4j) - Library for the Siren specification. @@ -510,7 +511,6 @@ _Libraries for serializing and deserializing JSON to and from Java objects._ - [DSL-JSON](https://github.com/ngs-doo/dsl-json) - JSON library with advanced compile time databinding. - [Genson](http://genson.io) - 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. -- [hate](https://github.com/blackdoor/hate) - Build hypermedia-friendly objects with HAL (uses jackson). - [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 Jackson modules for Java 8 datatypes and features. - [Jackson-datatype-money](https://github.com/zalando/jackson-datatype-money) - Open-source Jackson module to support JSON serialization and deserialization of JavaMoney data types.