Json object - before fetching value particular key found or not, need bool value

Hi @AJITH_SK

Consider the below for the JsonObject

Bool_Var = JObject("data")("out_value")(0).Value(Of String)("abcd") IsNot Nothing

Regards

1 Like