Apologies this is my first experience with JSON files.
I have complex nested JSON file which should corelated to excel file which have various branches. I am required to verify the data of JSON is same as in the excel. However, as mentioned before the JSON file is nested and it proving its challenge.
So my question is, is there a way to change complex nested Json into panda data frame and comparing with excel ?