In my Flask application, I receive the following data structure:
{"privMap":{"privKeys":["it","de"],"privValues":["Ciao","Hallo"]}}
which is sent by a JavaScript code (where I can access single pairs for example with translations.get('it');). How can I loop through this data structure in Python?