check if json object contains property c# code example Example: c# json contains property if(obj["proprty_name"] != null){ // do something }