By screener
via javarevisited.blogspot.in
Submitted: Feb 15 2013 / 07:39
JSON is increasingly gaining popularity as data interchange format, and coming up as nice alternative to well stablished XML format. Since Java is still most popular language for implementing Server side code, there is often need to parse and create Java object from JSON String. This tutorial explains that by using Jackson open source library.
Add your comment