Re: read multiple document in create function of viewset

2019-11-07 Thread Parth Joshi
Can you paste in the code snippet ? > On 07-Nov-2019, at 5:00 PM, Amit Agarwal wrote: > >  > I am passing a more than one JSON document in post request, in create method > of viewset, when I validate it, it raises an error " > > > "detail": "JSON parse error - Extra data: line 5 column

read multiple document in create function of viewset

2019-11-07 Thread Amit Agarwal
I am passing a more than one JSON document in post request, in create method of viewset, when I validate it, it raises an error " "detail": "JSON parse error - Extra data: line 5 column 6 (char 74)" How can i handle it? -- You received this message because you are subscribed to the Google