view src/proto/json.pro @ 17067:d0438b4b0acf v8.1.1533

patch 8.1.1533: GUI build fails on Mac commit https://github.com/vim/vim/commit/2fc39aeeb5ff5101530a89838049e09e2959ad0e Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 14 23:27:29 2019 +0200 patch 8.1.1533: GUI build fails on Mac Problem: GUI build fails on Mac. Solution: Change VimClipboard type in non-C file.
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Jun 2019 23:30:05 +0200
parents 45ea5ebf3a98
children dfd87ef822aa
line wrap: on
line source

/* json.c */
char_u *json_encode(typval_T *val, int options);
char_u *json_encode_nr_expr(int nr, typval_T *val, int options);
int json_decode_all(js_read_T *reader, typval_T *res, int options);
int json_decode(js_read_T *reader, typval_T *res, int options);
int json_find_end(js_read_T *reader, int options);
/* vim: set ft=c : */