From 2562bd8117c14b73011296ec126036d67bfd3482 Mon Sep 17 00:00:00 2001 From: Rikard Pavelic Date: Wed, 14 Mar 2018 08:45:45 +0100 Subject: [PATCH 1/2] Include fastest Java JSON library to the list https://github.com/eishay/jvm-serializers/wiki https://github.com/kostya/benchmarks https://github.com/fabienrenaud/java-json-benchmark --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0563de1..19b69df 100644 --- a/README.md +++ b/README.md @@ -445,6 +445,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for serializing and deserializing JSON to and from Java objects.* +* [DSL-JSON](https://github.com/ngs-doo/dsl-json) - Fastest Java JSON library with advanced compile time databinding. * [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. From d65cf29a73c0b26e17f43aaad99a60f2384dfbcb Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Thu, 31 May 2018 11:21:14 +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 19b69df..d6ae844 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for serializing and deserializing JSON to and from Java objects.* -* [DSL-JSON](https://github.com/ngs-doo/dsl-json) - Fastest Java JSON library with advanced compile time databinding. +* [DSL-JSON](https://github.com/ngs-doo/dsl-json) - JSON library with advanced compile time databinding. * [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.