[问题] string转dict格式

楼主: ukyo1024 (京)   2016-11-02 11:17:30
请问有模组可以把下面这段string转成dict格式吗?
(dict中的dict和list也要一并转换成dict和list) 谢谢
'{ "dpid": 1, "cookie": 1, "cookie_mask": 1, "table_id": 0,
"idle_timeout": 30, "hard_timeout": 30, "priority": 11111, "flags": 1,
"match":{ "in_port" : 1 },
"actions": [
{
"type":"OUTPUT",
"port": 2
}
]
}'
作者: alibuda174 (阿哩不达)   2016-11-02 11:22:00
eval
作者: kenduest (小州)   2016-11-02 11:58:00
去除换行字符后用 json 内的 json.loads 读入即可
作者: Raymond0710 (雷门)   2016-11-02 12:17:00
json.loads
楼主: ukyo1024 (京)   2016-11-02 18:23:00
感谢楼上诸位
作者: aweimeow (喵喵喵喵 ヽ( ・∀・)ノ)   2016-11-02 20:52:00
OVS 吗 XD

Links booklink

Contact Us: admin [ a t ] ucptt.com