print(1,key)#this key is the "uni/aa/bb" value that may change
for item in value:
print(2,item)#the object that is present in the array, so after each iteration the item object will change, that is first object in the array then second object in the array and so on
print(3,item["Name"])# and now are accessing the Name project of that object