Function: getJson()
Function: getJson()
Get the specified env variable value as JSON.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getJson(key): unknown;
Get the specified env variable value as JSON.
Parameters
key
string
The environment variable key.
Returns
unknown
The value as a JSON object.
Param
The environment variable key.
Param
Options for retrieving the value.
Call Signature
function getJson(key, options): unknown;
Get the specified env variable value as JSON.
Parameters
key
string
The environment variable key.
options
Options for retrieving the value.
Returns
unknown
The value as a JSON object.
Param
The environment variable key.
Param
Options for retrieving the value.