Searched refs:json_encode (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_json.vim | 75 call assert_equal(s:json1, json_encode(s:var1)) 76 call assert_equal(s:json2, json_encode(s:var2)) 77 call assert_equal(s:json3, s:var3->json_encode()) 78 call assert_equal(s:json4, json_encode(s:var4)) 79 call assert_equal(s:json5, json_encode(s:var5)) 81 call assert_equal(s:jsonmb, json_encode(s:varmb)) 84 call assert_equal(s:jsonnr, json_encode(s:varnr)) 92 call assert_equal(s:jsonl1, json_encode(s:varl1)) 93 call assert_equal(s:jsonl2, json_encode(s:varl2)) 117 silent! let res = json_encode(function("tr")) [all …]
|
| H A D | test_blob.vim | 594 call assert_equal('[222,173,190,239]', json_encode(0zDEADBEEF)) 595 call assert_equal('[]', json_encode(0z))
|
| H A D | test_shell.vim | 51 call writefile([json_encode(l)], 'Xtestout')
|
| H A D | test_terminal3.vim | 698 call term_sendkeys(buf, ":call writefile([json_encode(getpos('.'))], 'Xbuf')\<CR>")
|
| H A D | test_functions.vim | 93 call assert_fails('let x = json_encode(test_void())', 'E685:') 2481 " json_encode() 2482 call assert_equal('[0,1,2,3]', json_encode(range(4)))
|
| H A D | test_fold.vim | 1242 call writefile([json_encode([foldclosed(1), foldclosed(2), foldclosed(3),
|
| /vim-8.2.3635/src/proto/ |
| H A D | json.pro | 2 char_u *json_encode(typval_T *val, int options);
|
| /vim-8.2.3635/src/ |
| H A D | json.c | 49 json_encode(typval_T *val, int options) in json_encode() function 1177 rettv->vval.v_string = json_encode(&argvars[0], JSON_JS); in f_js_encode() 1204 rettv->vval.v_string = json_encode(&argvars[0], 0); in f_json_encode()
|
| H A D | channel.c | 2941 msg = json_encode(listtv, ch_mode); in may_invoke_callback()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rustfmt.vim | 26 …rite-mode=overwrite --file-lines '[%s]'", g:rustfmt_command, g:rustfmt_options, json_encode(l:arg))
|
| H A D | phpcomplete.vim | 2801 …ol $assoc = false [, int $depth = 512 [, int $options = 0]]] | mixed','json_encode(':'mixed $value…
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | channel.txt | 54 JSON JSON encoding |json_encode()| 413 This {string} can also be JSON, use |json_encode()| to create it and
|
| H A D | eval.txt | 1979 |json_encode()|. 2129 |json_encode()|. 2141 |json_encode()|. 2424 |json_encode()|. 2771 json_encode({expr}) String encode JSON 7162 This is similar to |json_encode()| with these differences: 7170 While json_encode() would produce: 7180 in Vim values. See |json_encode()| for the relation between 7214 json_encode({expr}) *json_encode()* 7240 GetObject()->json_encode()
|
| H A D | usr_41.txt | 1074 json_encode() encode an expression to a JSON string
|
| H A D | tags | 7675 json_encode() eval.txt /*json_encode()*
|
| H A D | todo.txt | 1172 json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
|
| H A D | version8.txt | 64 in any language. The functions to use are |json_encode()| and |json_decode()|. 301 |json_encode()| encode an expression to a JSON string 8279 Solution: Rename jsonencode to json_encode, jsondecode to json_decode, 8884 Problem: json_encode() does not handle NaN and inf properly. (David 9245 Solution: Move json_encode() call up.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vim.vim | 82 …y has histdel hlID index inputsave isdirectory job_getchannel job_stop json_encode line listener_a…
|
| H A D | php.vim | 417 syn keyword phpFunctions json_decode json_encode json_last_error json_last_error_msg contained
|