SettingUtils
loadSetting
â
This method is used to load the boyka-config.json
file.
import static io.github.boykaframework.utils.SettingUtils.loadSetting;
. . .
loadSetting ();
tip
You can explore all the available methods from the return object of loadSetting
method.