【发布时间】:2020-12-11 06:26:50
【问题描述】:
我该怎么做? 这是数组.... 你能帮帮我吗?
你能给我答案吗???非常感谢
{
"results": {
"data": [
{
"name": "xx",
"typeRelationship": [
{
"relationship": "parent",
"type": {
"id": "yyyyy",
}
}
],
"id": "xxxxxxxx"
},
{
"name": "yy",
"typeRelationship": [
{
"relationshipType": "parent",
"type": {
"id": "CCCC"
}
},
{
"relationshipType": "child",
"service": {
"id": "DDDD"
}
},
{
"relationshipType": "child",
"service": {
"id": "xxxxxxxx"
}
}
],
"id": "yyyyy"
}
]
}}
预计: 这是预期的:
{
"data" : [ {
"id" : "xxxx",
"href" : "xxxxxx",
"relation":"parent"
} ]
}
由于某种原因,我需要输入,所以它确实让我更新!!!
【问题讨论】:
标签: jolt