Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 371 Bytes

json1.md

File metadata and controls

13 lines (9 loc) · 371 Bytes

json1: JSON functions

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.

Download: Download

Usage

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