blob: 0b39e842302dd3007309edf1750ddc0e8b811b46 [file] [log] [blame]
/* json.c */
char_u *json_encode(typval_T *val);
char_u *json_encode_nr_expr(int nr, typval_T *val);
int json_decode(js_read_T *reader, typval_T *res);
/* vim: set ft=c : */