func (cfg *Config) toJSONConfig() *jsonConfig {
    jCfg := &jsonConfig{}

    if cfg.Folder != DefaultSubFolder {
        jCfg.Folder = cfg.Folder