添加到JSON文件

时间:2018-04-10 13:50:11

标签: javascript json typescript

我有复杂的JSON树结构。我们想知道是否有更简单的方法来实现相同的结果,而不是在文件中循环和遍历JSON树。

我有以下内容(发布json文件的一小部分)

Section of JSON file showing structure

我想将文件附加到图片中箭头的位置。

    let newSectorDistributionComponent =  {
    "elementProperties": {
        "key": "specific sector",
        "label": "sector",
        "visible": false
    }
};

我已经在SO上尝试了其他页面,包括: JSON javascript-objects-get-parent nested-javascript-object

0 个答案:

没有答案