631632633634635636637638639640641
if (query == null) return; try { JSONObject jsonObj = new FastJSONObject(query.toString()); Iterator iter = jsonObj.keys(); final String format = "%s:%s"; while (iter.hasNext()) { String key = (String) iter.next();