json icon indicating copy to clipboard operation
json copied to clipboard

Get json using HTTP

Open ajermakovics opened this issue 9 years ago • 0 comments

For simple use cases where you make a REST API call and get json back.

Json status = Json.fromUrl("https://status.github.com/api/status.json");

ajermakovics avatar Feb 03 '17 06:02 ajermakovics