yiisoft/yii-core

Add `Jsonable` interface

rustamwin opened this issue · 4 comments

Q A
Yii version 2.0.?
PHP version 7.x
Operating system Debian

Would you please describe its use case? Also note that there is a standard interface for that in PHP.

I think it should be for toJson methods

There is already interface for that in PHP:

http://php.net/manual/en/class.jsonserializable.php

Probably some (contains method toJson) classes could be implemented from JsonSerializable