Reactjs – Why when i try to get an array of data that i send from axios, the list split into multiple values (views.py)
I try to send a list of data from frontend via axios and recieve it in views.py with django. The style of a data that I send: [{ nameDetail: "1", valueDetail: "3" }, { nameDetail: "2", valueDetail: "4" }] And…