Jarred Ford wrote:
>
> Is the json1 extension to sqlite available to use somehow in .net?  
>

Yes.  It is compiled into the System.Data.SQLite (version 1.0.99.0 and
higher) interop assembly (SQLite.Interop.dll).

>
> I haven't been able to find any documentation on this and would like
> to be able to leverage the json functions within c# code.  
>

You should be able to use it as described here:

        https://www.sqlite.org/json1.html

All the queries described in the above referenced documentation should
work fine with the SQLiteCommand / SQLiteDataReader classes.

--
Joe Mistachkin

Reply via email to