如何使用shell脚本删除JSON标头?

时间:2014-05-27 09:15:48

标签: json shell unix curl

我们使用curl获取JSON数据,并通过循环使用curl调用端点URL将数据附加到同一文件中。

因此,JSON输出的标题在同一文件中重复。所以我想从文件中删除多个标题,除了第一个使用shell。

str1="]}}{"QueryResult": {"APIMajor": "2", "APIMinor": "0", "Errors": [], "Warnings": [], "TotalResultCount": 272, "StartInd": 201, "PageSize": 200, "Results": ["

str2=", "

如何使用shell替换str1的JSON文件中的str2

0 个答案:

没有答案