case 'added':
      result = `${getSpace(step)}+ ${obj.key}: ${stringify(obj.value, step)}`;
      break;