From 070fb7874135420263759d30a654af035729866d Mon Sep 17 00:00:00 2001 From: 4k3R Date: Mon, 27 Apr 2015 23:21:09 +0530 Subject: [PATCH] Added LoganSquare in JSON libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c63735..592237d 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o * [Gson](https://github.com/google/gson) - Serializes Java 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. +* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library. ## JVM and JDK