I\'m sending an Ajax request (with jQuery) with structured post data:
$.post( myUrl, { items: [{code: \'a\', description: \'aaa\'},
You could try:
request.POST.getlist('items')