skip to Main Content

Ebay API – Capture python value from multi-nested dictionary

I'm having some problems obtaining a variable from a multi-nested dictionary. I'm trying to grab CategoryParentID with the following snippet: print dicstr['CategoryParentID'] while my dictionary looks like this: { "CategoryCount": "12842", "UpdateTime": "2018-04-10T02:31:49.000Z", "Version": "1057", "Ack": "Success", "Timestamp": "2018-07-17T18:33:40.893Z", "CategoryArray":…

VIEW QUESTION
Back To Top
Search