Am returning a query data from servlet like below.
String json = new Gson().toJson(map3); response.setContentType("application/json"); response.se