• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/engine/yandexjson.php
  • Класс: BitrixSeoEngineYandexJson
  • Вызов: YandexJson::_quote
static function _quote($s)
{
	return '"'.str_replace(array('\', '"'), array('\\', '"'), $s).'"';
}