String str = request.getParameter("items");
JSONObject json = new JSONObject();
JSONArray ja = new JSONArray();
ja = ja.fromObject(str);
json = json.fromObject(ja.getJSONObject(0).get("_oData"));
JSONObject json = new JSONObject();
JSONArray ja = new JSONArray();
ja = ja.fromObject(str);
json = json.fromObject(ja.getJSONObject(0).get("_oData"));