Hello All

How do we compare two JSON Files in ui path, Can someone help me on these

Right now i am trying to convert the JSON into Data-table and then comparing

Assign:(DataSet)JsonConvert.DeserializeObject< DataSet>(readingfirstjson)
Assign:(DataSet)JsonConvert.DeserializeObject< DataSet>(readingsecondjson)

where readingfirstjson is my output of my firstJson file
and ReadingsecondJson is my output of my second Json file

But unable to compare the two files…

Hello @Vamsikrishna_Talam

You can either convert to datatable and compare or you can get each value and do a comparison.

1 Like

Hi @Vamsikrishna_Talam,

You can follow the link.

Regards,
MY

1 Like