json-processing.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [json-processing]
www.codever.land/bookmarks/t/json-processing
fastjson
https://github.com/alibaba/fastjson
Very fast processor with no additional dependencies and full data binding.
- tags: java, json-processing
- :octocat: source code
Jolt
https://github.com/bazaarvoice/jolt
JSON to JSON transformation tool.
- tags: java, json-processing
- :octocat: source code
JsonPath
https://github.com/jayway/JsonPath
Extract data from JSON using XPATH-like syntax.
- tags: java, json-processing
- :octocat: source code
JsonSurfer
https://github.com/jsurfer/JsonSurfer
Streaming JsonPath processor dedicated to processing big and complicated JSON data.
- tags: java, json-processing
- :octocat: source code