AlgoliaSearch\Json::encode PHP 메소드

encode() 공개 정적인 메소드

public static encode ( $value, $options )
    public static function encode($value, $options = 0)
    {
        $json = json_encode($value, $options);
        self::checkError();
        return $json;
    }