JSONObject – How to get a value?

String loudScreaming = json.getJSONObject("LabelData").getString("slogan");

Leave a Comment