打开一堆JSON文件并更改密钥值

时间:2019-04-11 20:02:56

标签: json file automation

我有500多个JSON文件,必须将 lang 键的值从 en 更改为 de

这是文件结构的样子

{
  "id": "a7b9e1b4-3d91-4e1b-946a-8c4b92b78d31",
  "name": "smart.emoji.gb.country",
  "auto": true,
  "contexts": [],
  "responses": [
    {
      "resetContexts": false,
      "affectedContexts": [],
      "parameters": [],
      "messages": [
        {
          "type": 0,
          "lang": "en",
          "speech": "Country Flag"
        }
      ],
      "defaultResponsePlatforms": {},
      "speech": []
    }
  ],
  "priority": 500000,
  "webhookUsed": false,
  "webhookForSlotFilling": false,
  "lastUpdate": 1525736163,
  "fallbackIntent": false,
  "events": []
}

所有文件都在同一文件夹中。

任何想法我该如何自动完成?

1 个答案:

答案 0 :(得分:0)

我找到了答案-记事本++具有此功能。