typescript:遍历对象中的特定数据

时间:2017-09-19 13:49:19

标签: angular typescript

我有一个看起来像这样的对象:

{
    "user_id": "",
    "user_name": null,
    "authorization_list": [
        {
            "Key1": "*",
            "Value": "*"
        },
        {
            "Key2": "*",
            "Value": ""
        },
        {
            "Key2": "dashboard",
            "Value": "*"
        }
    ],
    "is_read_only": false
}

我想遍历authorization_list并检查每个密钥的每个值,其余数据可以忽略。

0 个答案:

没有答案