【发布时间】:2021-04-18 10:52:50
【问题描述】:
我有一个这样的文本文件:
[{"Keywords":"softeware developer","Results":[{"categoryId":"1234","categoryName":"lead developer","score":"0.7412536859512329"},{"categoryId":"1657","categoryName":"developer consultant","score":"0.6560295867919922"},{"categoryId":"2324","categoryName":"etl developer","score":"0.6531170797348023"},{"categoryId":"2632","categoryName":"oracle developer","score":"0.6264872598648071"},{"categoryId":"1232","categoryName":"sharepoint developer","score":"0.6262540578842163"}]}]
我想知道我可以使用以下键将其转换为 Jason 文件吗?
Keywords , Results
如果我可以将结果分开将是完美的。如果没有,没关系。
【问题讨论】: