From 02efd549694f3ff800d4b7e069a34958fa45c48e Mon Sep 17 00:00:00 2001 From: Souvatzis Vasilios Date: Wed, 2 Mar 2016 12:38:35 +0200 Subject: [PATCH] Added json-io in Serializers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 548d7e6..2f6618d 100644 --- a/README.md +++ b/README.md @@ -379,6 +379,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Genson](http://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. * [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has 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. * [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library. ## JSON Processing