java怎么处理json数据

json = new JSONObject(data);
int which = json.optInt("which", -1);
String label = json.optString("label");

原文地址:https://www.cnblogs.com/caimuqing/p/5910623.html