-
-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Some Help please #1478
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
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
How do I access the keys within the array ?
{"jsonrpc":"2.0","method":"aria2.onDownloadComplete","params":[{"gid":"5c6b48f1a09df47f"}]}I want to access the values within params.
e.g
myjson["params"]["gid"].get<std::string>()