-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
How to iterate over nested json object #1561
Copy link
Copy link
Closed
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Description
Activity
Metadata
Metadata
Assignees
Labels
kind: questionsolution: proposed fixa fix for the issue has been proposed and waits for confirmationa fix for the issue has been proposed and waits for confirmation
Hello.
I got json structure, which I need to parse:
In my c++ program I create json object from string with json:
And then I need to iterate over respones.items. How propertly do this? I want to use 'for' operator: