Now Consider this String , If I give id as input which is present in inner loop can i get its status as output, if i have multiple projects and finally using java?If yes How?
"projects":
       [
           {
               "projectName": "example",
               "users":
               [
                   {
                       "userName": "xyz",
                       "executions":
                       [
                           {
                               "status": "check",
                               "runs":
                               [
                                   {
                                       "Id": "------",
                                       "Key": "---"
                                   }
                               ],
                               "RCount": 1
                           }
                       ],
                       "RCount": 1
                   }
               ],
               "RCount": 1
           }
    ,
 
     
    