SQLite Forum

Enabling JSON1 extension in the sqlite3.c amalgamation at compile time
Login
Thank you for responding to my question. That is good place to start.  I deleted the `sqlite3.o` file and compiled it again and the result is the same; the json functions are still not recognized.

Unless I am misunderstanding.  A warning is returned of `implicit declaration of function 'json_extract'`, which I took to mean the extension was not enabled.

Thank you.