I\'m sending an Ajax request (with jQuery) with structured post data:
$.post( myUrl, { items: [{code: \'a\', description: \'aaa\'},
I made special library for Django/Python to handle structured data sent through requests. You can find it on GitHub here.