flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Array order problem

akyuznurettin opened this issue · comments

I have a json array. For example arr= ["1", "2", "3", "4"]
After deleting "3", the array looks like arr= ["1", "2", "4"] then differences are that 3rd element is edited and 4th element is deleted. It doesn't work. How to avoid from this situation?

duplicate; known issue; see #37