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