如何拆分JSON负载并触发POST请求

时间:2018-08-06 15:04:05

标签: python-3.x

关注的是杰森: [   {     “ fcId”:621,     “用户”:null,     “ fcName”:“ test1”,     “ fcVNF”:[       {         “ vnfFunctionId”:40       },       {         “ vnfFunctionId”:1       },       {         “ vnfFunctionId”:3       },       {         “ vnfFunctionId”:60       }     ]   },   {     “ fcId”:682,     “用户”:null,     “ fcName”:“ test2”,     “ fcVNF”:[       {         “ vnfFunctionId”:40       },       {         “ vnfFunctionId”:2       },       {         “ vnfFunctionId”:2       }     ]   },   {     “ fcId”:701,     “用户”:null,     “ fcName”:“ test3”,     “ fcVNF”:[       {         “ vnfFunctionId”:20       },       {         “ vnfFunctionId”:3       },       {         “ vnfFunctionId”:2       },       {         “ vnfFunctionId”:60       }     ]   } ]

在这里,我必须拆分json,以删除“ fcId”和相应的值并触发POST请求。该怎么办?请帮忙。

0 个答案:

没有答案