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
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:
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!
The text was updated successfully, but these errors were encountered:
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:

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!
The text was updated successfully, but these errors were encountered: