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