http
HTTP and JSON helpers: fetch URLs, parse JSON, and construct JSON strings.
load httpHelpers
Section titled “Helpers”| Helper | Returns | Description |
|---|---|---|
| @http:fetch | string | Fetch a URL and return the response body as a string. |
| @http:json | any | Parse a JSON string and extract a value by path. |
| @http:json.format | string | Construct a JSON string from a template and an array of values. |