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
which as it is seen both path is same but actually the next path should be "/store/a/1". The reason is there is a bug in JsonDiff class in function generateArrayDiffs. There is a for loop as:
Consider the following Jsons:
Source:
Target:
running
JsonDiff.asJson(source, target)
returns:which as it is seen both path is same but actually the next path should be
"/store/a/1"
. The reason is there is a bug in JsonDiff class in function generateArrayDiffs. There is a for loop as:Which should be changed to:
The text was updated successfully, but these errors were encountered: