Jarred Ford wrote: > > I'm on that version, but I get the error that the function json does not exist. >
You'll need to use the following first:
connection.EnableExtensions(True);
connection.LoadExtension("C:\\full\\path\\to\\SQLite.Interop.dll",
"sqlite3_json_init");
The documentation for System.Data.SQLite should probably point this out.
I'll work
on that for the next release.
--
Joe Mistachkin

