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
if any of the json file is not correct and fails in parsing then its not working and throwing error.
for example if we remove comma from old json and check it will give parse error.
Difference viewer should show all the differences not just parsed json
The text was updated successfully, but these errors were encountered:
If you are diffing JSON (really JS objects) the JSON has to be valid. If you are diffing text then it shouldn't matter (but it's probably hard to convert invalid JSON to text).
Can you provide examples of the failing files/code?
if any of the json file is not correct and fails in parsing then its not working and throwing error.
for example if we remove comma from old json and check it will give parse error.
Difference viewer should show all the differences not just parsed json
The text was updated successfully, but these errors were encountered: