Every major SQL database supports json manipulation nowadays. I know MariaDB and MySQL and SQLite at least support it natively.
mousetail
joined 3 months ago
It's entirely possible to sort and filter inside JSON data in most SQL dialects. You can even add indexes.
PostgreSQL can even run WebAssembly (with an extension)