@ -8,7 +8,7 @@
namespace yii\helpers\base;
use yii\base\InvalidParamException;
use yii\helpers\JsExpression;
use yii\web\JsExpression;
/**
* Json is a helper class providing JSON data encoding and decoding.
@ -9,7 +9,7 @@ namespace yii\validators;
use Yii;
use yii\helpers\Html;
use yii\helpers\Json;
@ -10,7 +10,7 @@ namespace yii\validators;
use yii\base\InvalidConfigException;
@ -5,7 +5,7 @@
* @license http://www.yiiframework.com/license/
*/
namespace yii\helpers;
namespace yii\web;
use yii\base\Object;
@ -10,7 +10,7 @@ use yii\base\Component;
use yii\db\ActiveRecord;
use yii\base\Model;
* @author Qiang Xue <qiang.xue@gmail.com>
@ -4,7 +4,7 @@
namespace yiiunit\framework\helpers;
class JsonTest extends \yii\test\TestCase
{