Documentation Source Text

Check-in [0fcd73bb5a]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Fix another typo in the json1 documentation.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 0fcd73bb5ab2a1eaaffc4f03a3632d53f743fe53
User & Date: drh 2015-09-10 18:51:11.640
Context
2015-09-10
19:27
Fix another typo in the json1 documentation. (check-in: 02e2ca3d77 user: drh tags: trunk)
18:51
Fix another typo in the json1 documentation. (check-in: 0fcd73bb5a user: drh tags: trunk)
18:21
Add a how-to-compile section to the json1 documentation. And fix many typos. (check-in: aafe027cf0 user: drh tags: trunk)
Changes
Unified Diff Ignore Whitespace Patch
Changes to pages/json1.in.
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
by the code in sqlite3.c.
</ol>

<p>
In both cases, one can add the -DSQLITE_ENABLE_JSON1 compile-time
option while compiling sqlite3.c file.  The SQLITE_ENABLE_JSON1 option
causes SQLite to automatically register the json1 extension with each
no connection that is opened.

<p>
Note that the [command-line shell] already statically links json1 when
built using any of the standard makefiles.  So the JSON functions described
here are automatically available in the command-line shell.









|







132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
by the code in sqlite3.c.
</ol>

<p>
In both cases, one can add the -DSQLITE_ENABLE_JSON1 compile-time
option while compiling sqlite3.c file.  The SQLITE_ENABLE_JSON1 option
causes SQLite to automatically register the json1 extension with each
new connection that is opened.

<p>
Note that the [command-line shell] already statically links json1 when
built using any of the standard makefiles.  So the JSON functions described
here are automatically available in the command-line shell.