JsonActivity.java Simplest method to grab the JSON from a URL! Usage String url = "https://www.example.com/json-url"; new JsonActivity().execute(url); Getting JSON Objects Scroll to the bottom of JsonActivity.java json.get("example");