PHPDaemon\Utils\PlainJSON::apply PHP Method

apply() public static method

Apply
public static apply ( string $data ) : string
$data string JSON string
return string Result JSON
    public static function apply($data)
    {
        return strtr($data, static::$tr);
    }