Home
last modified time | relevance | path

Searched refs:json_decode (Results 1 – 16 of 16) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_json.vim122 call assert_equal(s:var1, json_decode(s:json1))
123 call assert_equal(s:var2, json_decode(s:json2))
124 call assert_equal(s:var3, s:json3->json_decode())
125 call assert_equal(s:var4, json_decode(s:json4))
126 call assert_equal(s:var5, json_decode(s:json5))
128 call assert_equal(s:varmb, json_decode(s:jsonmb))
132 call assert_equal(s:varnr, json_decode(s:jsonnr))
151 call assert_equal(v:true, json_decode('true'))
153 call assert_equal(v:none, json_decode(''))
155 call assert_equal("", json_decode('""'))
[all …]
H A Dtest_shell.vim56 call assert_equal(e, json_decode(readfile('Xtestout')[0]))
H A Dtest_terminal3.vim700 let pos = json_decode(readfile('Xbuf')[0])
H A Dtest_vim9_builtin.vim1927 …CheckDefAndScriptFailure2(['json_decode(true)'], 'E1013: Argument 1: type mismatch, expected strin…
1928 assert_equal(1.0, json_decode('1.0'))
1929 json_decode('')->assert_equal(v:none)
/vim-8.2.3635/src/proto/
H A Djson.pro4 int json_decode(js_read_T *reader, typval_T *res, int options);
/vim-8.2.3635/src/
H A Djson.c1114 json_decode(js_read_T *reader, typval_T *res, int options) in json_decode() function
H A Dchannel.c2145 status = json_decode(&reader, &listtv, in channel_parse_json()
H A Dterminal.c4414 if (json_decode(&reader, &tv, 0) == OK in parse_osc()
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt414 |json_decode()| to handle a received JSON message.
H A Deval.txt2770 json_decode({string}) any decode JSON
7152 This is similar to |json_decode()| with these differences:
7178 json_decode({string}) *json_decode()*
7204 json_decode() silently accepts truncated surrogate pairs
7208 accepted by json_decode() as the result must be a valid Vim
7212 ReadObject()->json_decode()
H A Dusr_41.txt1075 json_decode() decode a JSON string to Vim types
H A Dtags7674 json_decode() eval.txt /*json_decode()*
H A Dversion8.txt64 in any language. The functions to use are |json_encode()| and |json_decode()|.
300 |json_decode()| decode a JSON string to Vim types
8279 Solution: Rename jsonencode to json_encode, jsondecode to json_decode,
9109 Problem: Crash when using json_decode().
9398 Problem: Error for locked item when using json_decode(). (Shougo Matsu)
15648 Problem: For complicated string json_decode() may run out of stack space.
15654 Solution: Fix memory use in json_decode().
/vim-8.2.3635/runtime/syntax/
H A Dvim.vim81 …osx globpath histadd hlget indent inputrestore invert items job_status json_decode libcallnr list2…
H A Dphp.vim417 syn keyword phpFunctions json_decode json_encode json_last_error json_last_error_msg contained
/vim-8.2.3635/runtime/autoload/
H A Dphpcomplete.vim2801 let php_builtin['functions']['json']={'json_decode(':'string $json [, bool $assoc = false [, int $d…