From 1ffbb0014d36e9328e7ba70f5738da18af214873 Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 10 Jul 2014 14:31:20 +0200 Subject: [PATCH] Update README.md Added JSON libraries --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 479081e..af4d3eb 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ - [GUI](#gui) - [Game Development](#game-development) - [IDE](#ide) + - [JSON](#json) - [Logging](#logging) - [Machine Learning](#machine-learning) - [MapReduce](#mapreduce) @@ -105,6 +106,13 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by [ * [Eclipse](http://www.eclipse.org/) * [IntelliJ](http://www.jetbrains.com/idea/) +## JSON + +*Libraries that simplify JSON processing* + +* [Google Gson](https://code.google.com/p/google-gson/) +* [Jackson](http://wiki.fasterxml.com/JacksonHome) + ## Logging *Libraries that log the behavior of an application*