• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/entity/location.php
  • Класс: BitrixLocationEntityLocation
  • Вызов: Location::toJson
public function toJson(): string
{
	return Json::encode($this->toArray());
}