Skip to content

Rampaigh/Fetch-JSON-From-URL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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");

Releases

No releases published

Packages

 
 
 

Languages