aphraoh

Results 10 comments of aphraoh

Attaching possible solution which has... - Changes to existing class Yiisoft/Json/Json - New Class Yiisoft/Json/JsExpression (put in the same namespace as the Json class as JsExpression class does not make...

Thanx for getting back, the whole point of the JSExpression class is to overcome the fact that JS Expression is not valid json and yet you might like to pass...

Alot of js libraries have have json as input, and alot of these libraries allow js expressions in the json, for example https://www.highcharts.com This would be the solution for that...

Hi, I have attached, it is a quick hack of miloschuman's yii2-highcharts for yii2 which I _hacked_ for yii3 as a proof of concept... [highcharts.zip](https://github.com/yiisoft/json/files/6030760/highcharts.zip)

Thanx @kamarton , but tend to agree with @samdark , "...JS expressions aren't valid in JSON so the feature doesn't fit the "json" package well...", did not make sense to...

@kamarton, how does making it and interface make things different from the code I attached here... https://github.com/yiisoft/json/issues/23#issuecomment-774195673

> https://github.com/yiisoft/yii-queue-interop > > I don't think we need to create DB driver at this point. We can add it later. Hi @samdark , do you not think we should...

> Could be done, yes. yiisoft/db is released so no obstacles. Do you want to handle it? [DbAdapter.zip](https://github.com/yiisoft/queue/files/14736339/DbAdapter.zip) Done! Would like to add it in the same folder that SynchronousAdapter.php...

> No, that should be separate repository. Alexander, that is fine but like I said I have never checked anything into Github, maybe you can help me by creating an...