[url=https://dev.1c-bitrix.ru/api_d7/detail.php?ID=2516809]decode[/url]
mixed public static
\Bitrix\Main\Web\Json::decode(
string $data
);
Takes a JSON encoded string and converts it into a PHP variable.
Parameters
ParameterDescriptionVersion
$dataThe json string being decoded.
Exceptions
\Bitrix\Main\ArgumentException
See also
\Bitrix\Main\Web\json_decode
Examples