wmde / Diff

䷂ Library for diffing, patching and representing differences between objects
BSD 3-Clause "New" or "Revised" License
200 stars 15 forks source link

Support object diff #115

Open flip111 opened 5 years ago

flip111 commented 5 years ago

Would be nice to be able to diff objects too

JeroenDeDauw commented 5 years ago

You just have to turn your objects into arrays before passing them to the differ. That can be done in many ways and is a distinct task from what this library does.