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*