json-diff
json-diff copied to clipboard
Structural diff for JSON files
This isn't really a bug, but it is a behavior that caught me off-guard, so I thought it was worth mentioning. The right resolution for this may well be "Works...
argv is undefined (has-flag.js:30:28)   Are you checking somewhere to see if this is node or the browser?
Just as this issue pointed out, you get this specific module error https://github.com/andreyvit/json-diff/issues/46 ``` Cannot assign to read only property 'name' of function 'function SequenceMatcher2(isjunk, a, b, autojunk) { this.isjunk...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Hello guys, I've make some changes...
Hi, we forked your library in order to make a React component based on it: - https://www.npmjs.com/package/json-diff-react - https://github.com/relex/json-diff-react We made a couple of changes to the original library behavior...
Code to reproduce the problem: [diff-err.zip](https://github.com/andreyvit/json-diff/files/10294137/diff-err.zip) Run `npm run start` to get the following output: Output: unexpect-> [ [ "~", { "holes": [ [ " " ], [ "-", {...
I would like to treat { } and { k: undefined} the same. Behind an option of course, because not everybody will like this I guess
Is there a way or can there be a way to get a boolean result from the diff, or perhaps, if there are no differences return a single empty object...