load_list
Load a list from a JSON file
load_list(
filepath,
[timeout]
)
Load a list from a JSON file
Syntaxe
var data = load_list("data.json");
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
filepath | yes | - | Path/URL to JSON file containing a list | |
timeout | - | - | Network timeout in ms (optional) |