pub fn read_json_config<P: AsRef<Path>>( settings: Rc<RefCell<SettingsFile>>, settings_path: P, ) -> Result<Rc<RefCell<SConfig>>, Box<dyn Error>>