How to get the value of a child node of a json array
问题 please i am having some issues parsing a list of data form the this link(https://gnews.io/api/v3/top-news?&token=dd21eb88599ccb3411eaad9b314cde23) i am able to get the data from the json array(articles) but how can i get the data from the josn array(sources) private void getWebApiData() { String WebDataUrl = "https://gnews.io/api/v3/top-news?&token=dd21eb88599ccb3411eaad9b314cde23"; new AsyncHttpTask.execute(WebDataUrl); } @SuppressLint("StaticFieldLeak") public class AsyncHttpTask extends