Skip to content

Ability to display an array diff #23

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

Open
directcuteo opened this issue Sep 24, 2021 · 0 comments
Open

Ability to display an array diff #23

directcuteo opened this issue Sep 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@directcuteo
Copy link

The tool views the changes very well and correct.
What's not very correct is when an Array difference is displayed.

This is an array:
image

But the view is not clear if it's an array or an Object having the keys as numbers.

{ "0": 1000, "1": 2000 } will display same thing as [1000, 2000] which is not the same.
Can the tool spot somehow the difference? Maybe showing array brackets for arrays, or adding a small text near the array to spot what's going one there.

This can create confusion and displays invalid results.

Thank you!

@saurabh47 saurabh47 added the bug Something isn't working label Dec 12, 2021
@saurabh47 saurabh47 self-assigned this Dec 12, 2021
@saurabh47 saurabh47 added the enhancement New feature or request label Dec 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants