I trying to deserialize this json to array of objects:
[{ \"name\": \"item 1\", \"tags\": [\"tag1\"] }, { \"name\": \"item 2\", \"tags\": [\"
Jackson type safety is way better than Gson. At times you will stackoverflow in Gson.