JSON in Java

Using Jackson Object Mapper

JSON To Object Gson Library

JSONObject.NULL

JSON Builder - chaining methods

Object To JSON Gson Library

JSON Iteration

optXXX vs getXXX methods

Encoding data as JSON

Decoding JSON data

Extract single element from JSON

JsonArray to Java List Gson Library

Deserialize JSON collection to collection of Objects using Jackson