Skip to content

Vault.readConfigJson method

Vault › readConfigJson

Unofficial

Read a config file from the vault and parse it as JSON.

Signature:

readConfigJson(config: string): Promise<null | object>

Parameters:

Parameter Type Description
config string Name of config file.

Returns: Promise<null | object>The parsed JSON object, or null if not found.