xref: /vim-8.2.3635/src/proto/json.pro (revision cf2d8dee)
1/* json.c */
2char_u *json_encode(typval_T *val, int options);
3char_u *json_encode_nr_expr(int nr, typval_T *val, int options);
4int json_decode_all(js_read_T *reader, typval_T *res, int options);
5int json_decode(js_read_T *reader, typval_T *res, int options);
6int json_find_end(js_read_T *reader, int options);
7/* vim: set ft=c : */
8