in reply to Perl JSON mobile apps

I would suggest you to look at Quasar framework, and Mojolicious as a backend (with SQLite or PostgreSQL DB) serving JSON for frontend application. Quasar is based on a Vue.js, and can build not only a Web application (which could work as PWA on mobile platforms), but also an Electron application.