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:
parent
41340e507f
commit
eb09a1c909
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue