JSON
-
Core Java
Cloning of Serializable and Non-Serializable Java Objects
Frequently developers rely on 3d party libraries to avoid reinventing the wheel, particularly in the Java world, with projects like…
Read More » -
Android Core
Android JSON Parsing with Gson Revisited
A while ago we hosted an article about using Gson for JSON parsing with Android. The tutorial was a simple…
Read More » -
Enterprise Java
Java JSON processing with Jackson
JSON (Javascript Object Notation) is becoming a very popular data exchange format. While developing Web applications using Javascript frameworks like…
Read More » -
Android Core
Android JSON Parsing with Gson Tutorial
Apart from XML, JSON is a very common format used in API responses. Its simplicity has helped to gain quite…
Read More » -
Enterprise Java
Add JSON capabilities into your GWT application
Introduction to JSON While working on web applications, the issue of client-server data exchange always arises. There are various approaches…
Read More »