따라서 서버에서 일부 JSON 값을 얻지 만 특정 필드가 있는지 여부는 알 수 없습니다.
그처럼:
{ "regatta_name":"ProbaRegatta",
"country":"Congo",
"status":"invited"
}
때로는 다음과 같은 추가 필드가 있습니다.
{ "regatta_name":"ProbaRegatta",
"country":"Congo",
"status":"invited",
"club":"somevalue"
}
구문 분석시 org.json.JSONException을 얻지 않도록 "club"이라는 필드가 있는지 확인하고 싶습니다 .