Input:
Output:
IsDifference - boolean true/falseSample Screens:
Without any difference it is returning IsDifferent as False.
With difference it is returning IsDifferent as True.
With difference it is returning IsDifferent as False eventhough there is a difference in the JSON. this is happening because Name json attribute is added to Ignore in the comparison. hence name will be ignored. thats why we are getting IsDifference as False.