eval: Rename json* functions to json_*

This commit is contained in:
ZyX
2016-02-13 21:39:28 +03:00
parent f1ced96c28
commit 2f67786796
6 changed files with 216 additions and 211 deletions

View File

@@ -1020,7 +1020,7 @@ static inline int convert_to_json_string(garray_T *const gap,
"attempt to dump function reference"), \
mpstack, objname)
/// Check whether given key can be used in jsonencode()
/// Check whether given key can be used in json_encode()
///
/// @param[in] tv Key to check.
static inline bool check_json_key(const typval_T *const tv)