The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 YAML 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.