John
0
Q:

check if key exists in json typescript

if (cell.hasOwnProperty('Relationships')) {
	console.log("Key Found!!");
}
else {
	console.log("Not Found.");
}
1

New to Communities?

Join the community