Home
last modified time | relevance | path

Searched refs:json (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/test/
H A Djson101.test125 do_execsql_test json-4.10 {
132 do_execsql_test json-5.1 {
260 do_execsql_test json-5.2 {
261 SELECT id, json_valid(json), json_type(json), '|' FROM j2 ORDER BY id;
271 do_execsql_test json-5.3 {
277 do_execsql_test json-5.4 {
285 # Verify that the json_each.json and json_tree.json output is always the
288 do_execsql_test json-5.5 {
291 WHERE jx.json<>j2.json;
296 WHERE jx.json<>j2.json;
[all …]
H A Djson102.test46 SELECT json_array(1,null,'3',json('[4,5]'),json('{"six":7.7}'));
211 CREATE TABLE big(json JSON);
212 INSERT INTO big(json) VALUES('{
223 INSERT INTO big(json) VALUES('{
249 FROM big, json_tree(big.json)
255 FROM big, json_tree(big.json)
274 FROM big, json_tree(big.json)
363 5 {[7,8]} json {[7,8]} text {[7,8]} json \
364 6 {{"b":9}} json {{"b":9}} text {{"b":9}} json \
386 4 {[7,8]} json {[7,8]} text {[7,8]} json \
[all …]
H A Dsubtype1.test40 CREATE VIEW t2(b) AS SELECT json(TRUE);
41 CREATE TABLE t3(b); INSERT INTO t3 VALUES(json(TRUE));
50 WITH t4(a) AS MATERIALIZED (SELECT json(1)) SELECT subtype(a) FROM t4;
53 WITH t4(a) AS NOT MATERIALIZED (SELECT json(1)) SELECT subtype(a) FROM t4;
H A DwindowB.test95 SELECT json_group_array(json(j)) FROM testjson;
101 SELECT json_group_array(json(j)) OVER (ORDER BY id) FROM testjson;
110 SELECT json_group_array(json(j)) OVER (
122 SELECT json_group_array(json(j)) OVER (
133 SELECT json_group_array(json(j)) OVER (
158 SELECT json_group_array(json(j)) OVER (
168 SELECT json_group_object(x,json(j)) OVER (
185 SELECT json_group_array(json(j)) FILTER (WHERE id!=2) OVER (
195 SELECT json_group_object(x,json(j)) FILTER (WHERE id!=2) OVER (
H A DwhereF.test203 CREATE TABLE t(json JSON);
205 WHERE(EXISTS(SELECT 1 FROM json_each(t.json,"$.foo") j
213 WHERE(EXISTS(SELECT 1 FROM json_each(t.json,"$.foo") j
H A Djson105.test11 # This file implements tests for "[#]" extension to json-path
H A Dshell1.test208 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
211 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
239 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
440 } {1 {Error: mode should be one of: ascii box column csv html insert json line list markdown qbox q…
/sqlite-3.40.0/
H A DMakefile.in183 icu.lo insert.lo json.lo legacy.lo loadext.lo \
237 $(TOP)/src/json.c \
892 json.lo: $(TOP)/src/json.c $(HDR)
893 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/json.c
H A DMakefile.msc1250 icu.lo insert.lo json.lo legacy.lo loadext.lo \
1317 $(TOP)\src\json.c \
2007 json.lo: $(TOP)\src\json.c $(HDR)
2008 $(LTCOMPILE) $(CORE_COMPILE_OPTS) -c $(TOP)\src\json.c
H A Dconfigure.ac611 AC_ARG_ENABLE(json, optenable
612 AC_HELP_STRING([--disable-json],[Disable JSON functions]))
H A Dmain.mk67 icu.o insert.o json.o legacy.o loadext.o \
114 $(TOP)/src/json.c \
H A Dmanifest40 F doc/json-enhancements.md e356fc834781f1f1aa22ee300027a270b2c960122468499bf347bb123ce1ea4f
600 F src/json.c 7749b98c62f691697c7ee536b570c744c0583cab4a89200fdd0fc2aa8cc8cbd6
H A Dconfigure1563 --disable-json Disable JSON functions
/sqlite-3.40.0/doc/
H A Djson-enhancements.md141 The source file that implements the JSON functions is moved to src/json.c.
/sqlite-3.40.0/ext/wasm/
H A DGNUmakefile251 $(bin.version-info) --json; \
/sqlite-3.40.0/ext/wasm/common/
H A Dwhwasmutil.js1286 xcv.result.json = (i)=>JSON.parse(target.cstringToJs(i)); function
/sqlite-3.40.0/src/
H A Djson.c2648 JFUNCTION(json, 1, 0, jsonRemoveFunc), in sqlite3RegisterJsonFunctions()
H A Dshell.c.in1295 "json",
4446 " json Results in a JSON array",
9010 }else if( cli_strncmp(zMode,"json",n2)==0 ){
9014 "ascii box column csv html insert json line list markdown "
11326 " -json set output mode to 'json'\n"
11792 }else if( cli_strcmp(z,"-json")==0 ){
/sqlite-3.40.0/ext/wasm/jaccwabyt/
H A Djaccwabyt.md230 ```json