So i need to check whether this key exists in entire JSON object. ... You can use JSONObject to parse your json and use its has(String key) method to check ...
確定! 回上一頁