我正在尝试使用以下有效负载在脚本中传递json数组数据,但不知道如何处理。photoUrls是最棘手的一个,因为它没有键值对。>
{
"id": 45667,
"category": {
"id": 4,
"name": "helen" },
"name": "helen test",
"photoUrls":
[
"save url"],
"tags":
[
{
"id": 1,
"name": "new tagName"}
],
"status": "available"
}