forked from aniani/vim
patch 7.4.1154
Problem: No support for JSON.
Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true,
v:null and v:none.
This commit is contained in:
5
src/proto/json.pro
Normal file
5
src/proto/json.pro
Normal file
@@ -0,0 +1,5 @@
|
||||
/* json.c */
|
||||
char_u *json_encode(typval_T *val);
|
||||
void json_encode_item(garray_T *gap, typval_T *val, int copyID);
|
||||
void json_decode(js_read_T *reader, typval_T *res);
|
||||
/* vim: set ft=c : */
|
||||
Reference in New Issue
Block a user