I have a jquery client that is sending a POST request with a multidimensional array, something like this:
friends[0][id] 12345678 friends[0][nam
This is related with that question. As stated there, I made special library for Django/Python to handle multidimensional arrays sent through requests. You can find it on GitHub here.