"{
"count":100000,
"data":[
{
"Project":null,
"children":[
{
"Project":null,
"title":"TEST",
}
],
"icon":false,
}
]
}"
I would like to read "title" : "TEST" from the JSON data. ANy help? I am using Qt and c++ for this.