// 대체 하고싶은 sector값 설정 - 카테고리에서 두 번째 sector 접근let targetSector =_c.category[1]; //_c.카테고리명/*** 카테고리에서 첫 번째 sector가 targetSector값으로 대체* 두개의 sector의 key가 다르다면 _c.category[0]의 key의 value들은 Null * 대체하려는 targetSector key와 value는 새로 생성*/_c.category[0].replaceSector(targetSector);