Normalising a nested json
I'm struggling to normalise nested attributes in a JSON using python data frames. My JSON structure is: { "aaData": [ { "Name": "ABC", "NestedAttribute": [ { "id": "123", "value": "abc2" } ] }, { "Name": "DEF", "NestedAttribute": [ { "id":…