有没有比JSON.stringify(数组)更好的POST / PUT-ing实体文件的方法?

时间:2016-04-12 14:17:26

标签: json express restful-architecture

在我的情况下,我在请求主体字段中发送实体注释数组:

{
  "currency": "USD",
  "notes": "[{\"title\":\"note title 000\", \"content\":\"content 000\"},
    {\"title\":\"note title 001\", \"content\":\"content 001\"},
    {\"title\":\"note title 002\", \"content\":\"content 002\"}]"
}

0 个答案:

没有答案