262263264265266267268
// Map<String, Object> all = new HashMap<String, Object>(); JSONObject a = JSONObject.fromObject(sb.toString()); return new Gson().toJsonElement(a); }