JSONArray.fromObject(((BexDataParam)(parameter.get("dataParam"))).getInParam().get("flowData")).getJSONObject(0).get("offerid").toString();
简而言之
JSONArray.fromObject(&json).getJSONObject(&index).get(&目标)
json中拿到想拿的值
原文地址:http://www.cnblogs.com/tyoutetu/p/8026488.html