• Модуль: salescenter
  • Путь к файлу: ~/bitrix/modules/salescenter/lib/saleshubitem.php
  • Класс: BitrixSalescenterSaleshubItem
  • Вызов: SaleshubItem::decode
static function decode($data)
{
	try
	{
		return MainWebJson::decode($data);
	}
	catch (MainArgumentException $exception)
	{
		return false;
	}
}