I would like to retrieve SQlite data in JSON format using the JSON1 extension, however when i implement the code, i get the error message
error{"message":"sqlite3_prepare_v2 failure: no such function: json_object", "code":5}
Is there a plugin or library that will allow me to utilize this functionality?
I hope that Capacitor's SQLite Plugin has this capability.