Hi, Html forms don't support nested data.
Regards, Xavier Ordoquy, Linovia Envoyé de mon iPhone > Le 8 avr. 2017 à 03:36, Daniel <[email protected]> a écrit : > > Hello, > > I'm having some trouble finding a common way of parsing JSON that is based > via the raw data form and HTML forms on the browseable API. > > The specific problem I'm having is parsing nested arrays. > > On a raw data form, the JSON is correctly parsed. However, the HTML form > seems to just leave the nested array as a string (when you call QueryDict's > getlist). > > Any ideas on how I can get a consistent behavior? > > Thanks, > Daniel > -- > You received this message because you are subscribed to the Google Groups > "Django REST framework" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
