mirror of
https://github.com/json-c/json-c.git
synced 2026-04-01 03:19:06 +08:00
general callback, safer API & related tests
- Changed json_pointer_set_with_array_cb to json_pointer_set_with_cb, related cb updated - Added tests(test_safe_json_pointer_set.*) for new-exported funcs, also updated cmake & meson Signed-off-by: lone <lonechan314@qq.com>
This commit is contained in:
@@ -182,5 +182,8 @@ JSONC_0.18 {
|
||||
} JSONC_0.17;
|
||||
|
||||
JSONC_0.19 {
|
||||
# global:
|
||||
global:
|
||||
json_pointer_set_with_limit_index;
|
||||
json_pointer_set_with_cb;
|
||||
json_object_array_put_with_idx_limit_cb;
|
||||
} JSONC_0.18;
|
||||
|
||||
Reference in New Issue
Block a user