Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starichkov/json-serialization-libraries
Sample usages for some JSON serialization libraries like Jackson and Gson.
https://github.com/starichkov/json-serialization-libraries
Last synced: 11 days ago
JSON representation
Sample usages for some JSON serialization libraries like Jackson and Gson.
- Host: GitHub
- URL: https://github.com/starichkov/json-serialization-libraries
- Owner: starichkov
- Created: 2016-12-16T16:06:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-04-19T15:03:21.000Z (over 2 years ago)
- Last Synced: 2023-06-08T15:33:18.659Z (over 1 year ago)
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# json-serialization-libraries
Sample usages for some JSON serialization libraries like Jackson and Gson.# Credits
Thoughts of writing this sample project were inspired by Josh Dreyfuss's [post](http://blog.takipi.com/the-ultimate-json-library-json-simple-vs-gson-vs-jackson-vs-json/) in [Tapiki Blog](http://blog.takipi.com/).So I decided to create usage examples of all 4 libraries mentioned in this post.
# More
Benchmarks of many other JSON libraries could be found [here](https://github.com/fabienrenaud/java-json-benchmark).