Array looks list :
[
   {
      "Name":"S",
      "Level":"1",
      "Uid":"huybd776",
      "isHuman":false
   },
   {
      "Name":"R",
      "Level":"35",
      "Uid":"673bjhbjhdcsy",
      "isHuman":true
   }
]
I have a value i.e Uid 673bjhbjhdcsy, how do I check if that Uid exists in the array and get the whole object associated with the Uid.
 
     
    