Update README.md

Added JSON libraries
This commit is contained in:
akullpp
2014-07-10 14:31:20 +02:00
parent 2ede3ae38a
commit 1ffbb0014d

View File

@ -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*