Merge pull request #113 from akullpp/fix/gson

Changed Gson URL to GitHub repository
This commit is contained in:
Andreas Kull
2015-04-23 12:11:38 +02:00

View File

@ -217,7 +217,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Libraries that simplify JSON processing.*
* [Gson](https://code.google.com/p/google-gson/) - Serializes Java objects to JSON and vice versa. Good performance with on-the-fly usage.
* [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.
## JVM and JDK