On 9/5/15, Luiz Am?rico <brandkarl at gmail.com> wrote: > > Just for information > > Is json_extract from https://github.com/groner/sqlite-json ? >
No. The json_extract() function at https://www.sqlite.org/src/artifact/bd51e8c1?ln=1155-1191 is a completely original implementation written by me. I did not reference or use any prior code. I did not know about the groner implementation until you post. The interface design is derived from the MySQL documentation at https://dev.mysql.com/doc/refman/5.7/en/json.html -- D. Richard Hipp drh at sqlite.org