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