1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Added fastjson

This commit is contained in:
Andreas Kull 2016-01-13 21:07:34 +01:00
parent 41340e507f
commit eb09a1c909

View file

@ -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.