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.