> > Looking at Ubuntu 20.04, they seem to > have json built-in to the core package anyway. I'm not sure about other > distros.
Fedora packages it separately as php-json. I'm a big +1 on moving this extension to core. I've actually asked 2 weeks ago if it could be disabled <https://stackoverflow.com/questions/61230326/can-ext-json-be-disabled>, because I want my classes to implement JsonSerializable, but this means requiring ext-json and bumping the library version. - Ben