Month: June 2015

Converting JSON to/from Java Objects using JACKSON API

This post explains Jackson data-binding, which is a common approach when dealing with JSON using Jackson API in your Java…

10 years ago

Json Structure

Java Script Object Notation (JSON) is one of the most popular and commonly used way to represent information. This post…

10 years ago