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