]> git.ipfire.org Git - thirdparty/json-c.git/commit
general callback, safer API & related tests 917/head
authorlone <lonechan314@qq.com>
Mon, 9 Feb 2026 06:01:38 +0000 (14:01 +0800)
committerlone <lonechan314@qq.com>
Mon, 9 Feb 2026 06:01:38 +0000 (14:01 +0800)
commitc293d9b61c01e8c71a5a2d4e62f7074575801cea
tree53aa3077929e0d9b66b573c201bd506226f48bbd
parentbda8299eb1f28ef515e273cd7165412e51c73956
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>
json-c.sym
json_patch.c
json_pointer.c
json_pointer.h
json_pointer_private.h
tests/CMakeLists.txt
tests/meson.build
tests/test_safe_json_pointer_set.c [new file with mode: 0644]
tests/test_safe_json_pointer_set.expected [new file with mode: 0644]
tests/test_safe_json_pointer_set.test [new symlink]