Hi,
I was wondering if there is a configuration item (ie no rebuild) to enable json with andorid?
I am currently using 4.5.1.
Error i am getting with json_encode: net.zetetic.database.sqlcipher.SQLiteException: no such function: json_encode (code 1)
Hi @usergoodvery,
SQLCipher for Android includes JSON support, however, there is no json_encode
function. You can read about the different functions available here [1].
That’s really helpful thank you.