We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1186f53 + f37c2e0 commit 46e2f4fCopy full SHA for 46e2f4f
1 file changed
README.md
@@ -261,6 +261,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
261
262
*Libraries that simplify JSON processing.*
263
264
+* [Genson](http://owlike.github.io/genson) - Powerful and easy to use Java and Scala to JSON conversion library.
265
* [Gson](https://github.com/google/gson) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage.
266
* [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often.
267
* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library.
0 commit comments