{'action_name':'mobile signup',
'functions':[{'name':'test_signUp',
'parameters':{'username':'[email protected]',
'password':'12345',
'mobileLater':'123454231',
'mobile':'1e2w1e2w',
'card':'1232313',
'cardLater':'1234321234321'}}],
'validations':[
{'MOB_header':'My stores'},
{'url':"/stores/my"}]}
私は(彼らは辞書や配列されている値のうち)リストとして、この辞書の&値list-of-dictsとdictsのネストされたdictのすべてのキーと値を取得する方法は?
印刷結果は次のようにする必要がありますすべてのキーを取得したい:
action name = mobile signup
name = test_signUp
username : [email protected]
password : 12345
mobileLater: 123454231
mobile : 1e2w1e2w
card : 1232313
cardLater : 1234321234321
MOB_header : My stores
多分[this](http://stackoverflow.com/questions/1679384/converting-python-dictionary-to-list)が役立ちますか? – Hindol
何を試しましたか?いくつかのコードを見せてください。 – Vikas
完全性を保つためには、 'elif isinstance(value、str):'の代わりに 'else:'を使うべきです。 – huon