Most efficient method to find values in nested dict

后端 未结 0 1646
情书的邮戳
情书的邮戳 2020-12-05 10:38

Let\'s say I have the dict below

{
    "1": {
        "rarity": 1
    },
    "2": {
        "rarity": 2
    }
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题