Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change the return value of the diff API to an object #180

Open
shota-kizawa opened this issue Aug 5, 2021 · 1 comment
Open

change the return value of the diff API to an object #180

shota-kizawa opened this issue Aug 5, 2021 · 1 comment

Comments

@shota-kizawa
Copy link
Contributor

The return value is a boolean, which is difficult to use, so I want to change the return value of the diff API to an object.
For example,

const jsonDiff = require('json-diff')

return jsonDiff.diff({ foo: 'bar' }, { foo: 'baz' });

// Return:
// { foo: { __old: 'bar', __new: 'baz' } }
@shota-kizawa
Copy link
Contributor Author

add the normalize option to the diff API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant