Name
Connector::Proxy::JSON
Description
Reads a json file from the path given as LOCATION and makes its structure available via the accessor methods.
If the file could not be loaded this connector returns undef for all requests.
Note: Changes made to the JSON file after the connector was first initialized will not be visible as the file is read once on startup and persited into memory.
Parameters
- LOCATION
-
The location of the json file.