1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2024-11-27 11:36:07 -05:00

Merge pull request #325 from vasouv/vasouv-additions

Added json-io in Serializers
This commit is contained in:
Andreas Kull 2016-03-13 14:49:46 +01:00
commit 453e545295

View file

@ -379,6 +379,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Genson](http://owlike.github.io/genson/) - Powerful and easy to use Java to JSON conversion library.
* [Gson](https://github.com/google/gson) - Serializes 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.
* [JSON-io](https://github.com/jdereg/json-io) - Convert Java to JSON. Convert JSON to Java. Pretty print JSON. Java JSON serializer.
* [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outpeforms GSON & Jackson's library.
## JSON Processing