Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 370 Bytes

json1.md

File metadata and controls

13 lines (9 loc) · 370 Bytes

json1: JSON handling in SQLite

This is the 'native' SQLite JSON1 extension. It's often compiled into SQLite build, but in case your build doesn't include it - I've compiled it separately.

Usage

sqlite> .load ./json1
sqlite> select json_object("answer", 42);

Download