load
Load configuration from a JSON file, performing ${VAR|default} environment
variable interpolation on the raw text before parsing. Returns this for
method chaining.
Parameters
filePath
Path to the JSON config file. Resolved to an absolute path internally. Throws an error if the file does not exist.
Returns
this — The ConfigLoader instance for chaining.