JSON (JavaScript Object Notation) is a text based representation in the JavaScript Object format and is widely used in REST API. As a application developer it is always boring to parse the each fields of the objects manually. Hence JSON serialization comes there which make the developer life easy by taking care of itself. I […]