Hi,
I have a nested dictionary like the following how do I loop through such dictionary ,Basically I am looking to get the value of key "name" from the following dictionary
Any help is appreciated,
[{'resource':
['{"metadata":
{"type": "directory",
"size": "8"}, "name": "default",
"links":
{"link": ["{\\"href\\": \\"https://my.server.comdefault\\",
\\"rel\\": \\"self\\"}", "{\\"href\\": \\"https://my.server.com/default\\",
\\"rel\\": \\"edit\\"}", "{\\"href\\": \\"https://my.server.com//default\\",
\\"rel\\": \\"webdav\\"}"]},
"uri": "https://my.server.com//resources/default"}',
'{"metadata":
{"type": "directory",
"size": "2"},
"name": "estolume",
"links":
{"link": ["{\\"href\\": \\"https://my.server.com/lume\\",
\\"rel\\":\\"self\\"}",
"{\\"href\\": \\"https://my.server.com/tolme\\",
\\"rel\\": \\"edit\\"}",
"{\\"href\\": \\"https://my.server.com/lume\\",
\\"rel\\": \\"webdav\\"}"]},
"uri": "https://my.server.com/lume"}',
'{"metadata":
{"type": "directory",
"size": "2"},
"name": "creatingnew",
"links":
{"link": ["{\\"href\\": \\"https://my.server.com//resources/creatingnew\\",
\\"rel\\": \\"self\\"}",
"{\\"href\\": \\"https://my.server.com//resources/creatingnew\\",
\\"rel\\": \\"edit\\"}",
"{\\"href\\": \\"https://my.server.com/newuserKey/creatingnew\\",
\\"rel\\": \\"webdav\\"}"]},
"uri": "https://my.server.com//resources/creatingnew"}']