Update README.md

This commit is contained in:
Andreas Kull
2017-01-09 10:34:54 +01:00
committed by GitHub
parent 4b23c7fcc9
commit 93258f3ec2

View File

@ -447,7 +447,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Jackson](http://wiki.fasterxml.com/JacksonHome) - Similar to GSON but has performance gains if you need to instantiate the library more often. * [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. * [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. Outperforms GSON & Jackson's library. * [LoganSquare](https://github.com/bluelinelabs/LoganSquare) - JSON parsing and serializing library based on Jackson's streaming API. Outperforms GSON & Jackson's library.
* [jsoniter](http://jsoniter.com) - A fast and flexible JSON library, with iterator api and lazy parsing api. * [jsoniter](http://jsoniter.com) - Fast and flexible library with iterator and lazy parsing API.
## JSON Processing ## JSON Processing