Add a value to an existing configuration key.
The key or keys to set as defaults.
The value to set as default.
The current Config instance.
Clear all of the configuration items.
The current Config instance.
Get the first match configuration value.
An array of keys to check.
The first matching configuration value.
Get the specified configuration value.
The key or keys to retrieve from the configuration.
The configuration value.
Get many configuration values.
The keys to retrieve from the configuration.
An object containing the requested configuration values.
Determine if the given configuration value exists.
The key or keys to check.
True if the key exists, false otherwise.
Determine if the given configuration value does not exist.
The key or keys to check.
True if the key does not exist, false otherwise.
Check if the given configuration value is equal to the specified value.
The key to check.
The value to compare against.
True if the key's value is equal to the specified value, false otherwise.
Check if the given configuration value is not equal to the specified value.
The key to check.
The value to compare against.
True if the key's value is not equal to the specified value, false otherwise.
Set a given configuration value if it does not exist.
The key or keys to set in the configuration.
Optionalvalue: TValue
The value to set.
The current Config instance.
Set all of the configuration items.
The configuration items.
The current Config instance.
Get all of the configuration items as a JSON string.
All configuration items as a JSON string.
StaticcreateStaticfrom
Class representing a Config.
Author
Mr. Stone evensstone@gmail.com