Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_json.vim75 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 Dtest_blob.vim594 call assert_equal('[222,173,190,239]', json_encode(0zDEADBEEF))
595 call assert_equal('[]', json_encode(0z))
H A Dtest_shell.vim51 call writefile([json_encode(l)], 'Xtestout')
H A Dtest_terminal3.vim698 call term_sendkeys(buf, ":call writefile([json_encode(getpos('.'))], 'Xbuf')\<CR>")
H A Dtest_functions.vim93 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 Dtest_fold.vim1242 call writefile([json_encode([foldclosed(1), foldclosed(2), foldclosed(3),
/vim-8.2.3635/src/proto/
H A Djson.pro2 char_u *json_encode(typval_T *val, int options);
/vim-8.2.3635/src/
H A Djson.c49 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 Dchannel.c2941 msg = json_encode(listtv, ch_mode); in may_invoke_callback()
/vim-8.2.3635/runtime/autoload/
H A Drustfmt.vim26 …rite-mode=overwrite --file-lines '[%s]'", g:rustfmt_command, g:rustfmt_options, json_encode(l:arg))
H A Dphpcomplete.vim2801 …ol $assoc = false [, int $depth = 512 [, int $options = 0]]] | mixed','json_encode(':'mixed $value…
/vim-8.2.3635/runtime/doc/
H A Dchannel.txt54 JSON JSON encoding |json_encode()|
413 This {string} can also be JSON, use |json_encode()| to create it and
H A Deval.txt1979 |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 Dusr_41.txt1074 json_encode() encode an expression to a JSON string
H A Dtags7675 json_encode() eval.txt /*json_encode()*
H A Dtodo.txt1172 json_encode(): should convert to utf-8. (Nikolai Pavlov, 2016 Jan 23)
H A Dversion8.txt64 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 Dvim.vim82 …y has histdel hlID index inputsave isdirectory job_getchannel job_stop json_encode line listener_a…
H A Dphp.vim417 syn keyword phpFunctions json_decode json_encode json_last_error json_last_error_msg contained