Anyone used JSON1 extention in ionic angular?

68 Views Asked by At

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?

1

There are 1 best solutions below

1
On

I hope that Capacitor's SQLite Plugin has this capability.