我不知道如何解析它。
{
"code": 1000,
"result_msg": "Successful",
"result": "{\"birthDateAsText\":\"1999-12-3100:00:00.0\",\"birthPlace\":\"\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423,\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\",\"civilId\":\"123\",\"firstname\":\"\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\",\"gender\":\"\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\",\"lastname\":\"\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\\u0423\",\"nationality\":\"\\u0423\\u0423\\u0423\\u0423\"}"
}
我试过这个
if (resultObject.getInt("code") == 1000) {
JSONParse jsonParse = new JSONParse();
JSONObject object = resultObject.getJSONObject("result");
event.onSuccess(jsonParse.convertJson(object));
}
实际上,我不知道如何解析和解码 json 对象。请帮帮我
PIPIONE
明月笑刀无情
相关分类