You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, feel free to add these features and submit a PR. Unfortunately, I don't have time to work on these.
For the first one I think maybe the right approach would be to expose an comparer interface people can implement and pass into JsonDiffPatch -- that way we can support weird cases like (int)1 == (string)"1"
Example: array1 = [ "Audi", "toyota", "merc"]; array2 = [ "toyota", "audi", "merc"];
output: It should treat both array1 and array2 as same (as they have same values in different order and different cases i.e. capital and lowercases)
The text was updated successfully, but these errors were encountered: