Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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