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
Controller::renderJson() uses as an optional param a instance of ArrayBuilderInterface. The idea behind was that you can convert complex objects to an assoc. array. We can remove all corresponding code if we check against JsonSerializable interface instead:
Controller::renderJson() uses as an optional param a instance of ArrayBuilderInterface. The idea behind was that you can convert complex objects to an assoc. array. We can remove all corresponding code if we check against JsonSerializable interface instead:
Opinions?