if (obj.state === 'added') {
        return `${acc}\n${space}  + ${obj.key}: ${stringify(obj.newValue)}`;
      }