From eb09a1c90914cbbf9085218ea4e523c146d6cbff Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Wed, 13 Jan 2016 21:07:34 +0100 Subject: [PATCH] Added fastjson --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b1930b..84e9954 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,7 @@ A curated list of awesome Java frameworks, libraries and software. *Libraries for processing data in JSON format.* +* [fastjson](https://github.com/alibaba/fastjson) - Very fast processor with no additional dependencies and full data binding. * [JsonPath](https://github.com/jayway/JsonPath) - Extract data from JSON using XPATH like syntax. * [JsonSurfer](https://github.com/jsurfer/JsonSurfer) - Streaming JsonPath processor dedicated to processing big and complicated JSON data. * [Jolt](https://github.com/bazaarvoice/jolt) - JSON to JSON transformation tool.