When receiving JSON with array objects the body-parser interprets as a string. Ex: console.log(typeof 'req.body.itens') is a String not an Array.
確定! 回上一頁