From 4b23c7fcc9aa330ecd0ed20811d1f33dbb14fd65 Mon Sep 17 00:00:00 2001 From: Tao Wen Date: Sat, 7 Jan 2017 23:44:40 +0800 Subject: [PATCH] Add jsoniter in JSON category --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53ec7de..33c273b 100644 --- a/README.md +++ b/README.md @@ -447,6 +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. * [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. +* [jsoniter](http://jsoniter.com) - A fast and flexible JSON library, with iterator api and lazy parsing api. ## JSON Processing