loadFromObject
Load configuration from a plain object instead of a file. Useful for testing
or programmatic setup. The file path is set to null. Returns this for
method chaining.
Parameters
obj
The configuration object to use.
Returns
this — The ConfigLoader instance for chaining.