| Modifier and Type | Method and Description |
|---|---|
JSONResult |
JSONResult.get(int index)
Advance current JSON value to specified element in JSON array.
|
JSONResult |
JSONResult.get(String key)
Advance current JSON value to specified value of current JSON object.
|
JSONResult |
ServiceResolver.getConfig()
Return the cached service configuration, resolving the service if required.
|
JSONResult |
FireREST.getJSON(File file)
Load json from given file resource.
|
JSONResult |
FireREST.getJSON(URL url)
HTTP GET json from given URL resource.
|
Copyright © 2014. All rights reserved.