Searched refs:json_decode (Results 1 – 16 of 16) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_json.vim | 122 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 D | test_shell.vim | 56 call assert_equal(e, json_decode(readfile('Xtestout')[0]))
|
| H A D | test_terminal3.vim | 700 let pos = json_decode(readfile('Xbuf')[0])
|
| H A D | test_vim9_builtin.vim | 1927 …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 D | json.pro | 4 int json_decode(js_read_T *reader, typval_T *res, int options);
|
| /vim-8.2.3635/src/ |
| H A D | json.c | 1114 json_decode(js_read_T *reader, typval_T *res, int options) in json_decode() function
|
| H A D | channel.c | 2145 status = json_decode(&reader, &listtv, in channel_parse_json()
|
| H A D | terminal.c | 4414 if (json_decode(&reader, &tv, 0) == OK in parse_osc()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 414 |json_decode()| to handle a received JSON message.
|
| H A D | eval.txt | 2770 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 D | usr_41.txt | 1075 json_decode() decode a JSON string to Vim types
|
| H A D | tags | 7674 json_decode() eval.txt /*json_decode()*
|
| H A D | version8.txt | 64 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 D | vim.vim | 81 …osx globpath histadd hlget indent inputrestore invert items job_status json_decode libcallnr list2…
|
| H A D | php.vim | 417 syn keyword phpFunctions json_decode json_encode json_last_error json_last_error_msg contained
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | phpcomplete.vim | 2801 let php_builtin['functions']['json']={'json_decode(':'string $json [, bool $assoc = false [, int $d…
|