if (obj.type === 'added') {
        return `${acc}\n${indent}  + ${obj.key}: ${stringify(obj.oldValue)}`;
      }