You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead using json_encode/json_decode, I think would be better to include a property $serializer that defaults to \yii\helpers\Json,
This could extend this behavior to any serializer that implements encode/decode methods.