* @since 2.0 */ interface Jsonable { /** * @return string the JSON representation of this object */ public function toJson(); }