foreach ($Products as $Product)
{
$decoded = json_decode($Product['resources'], true);
if(isset($decoded['XNCatnCode']))
{
//This $Product has XNCatnCode
}
}
Tôi đã xóa $ trước khi giải mã JSON. Vì vậy, tập lệnh hoạt động :)