$encodeOptions public property (available since version 2.0.7)
The encoding options passed to yii\helpers\Json::encode(). For more details please refer to http://www.php.net/manual/en/function.json-encode.php. Default is JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE
. This property has no effect, when $useJsonp is true
.
public integer $encodeOptions = 320
Please login to continue.