simplejson: moved to github
[openwrt/svn-archive/packages.git] / libs / jansson / patches / 100-add-jason_object_deep_update.patch
1 --- a/src/jansson.h
2 +++ b/src/jansson.h
3 @@ -126,6 +126,7 @@ int json_object_set_new_nocheck(json_t *
4 int json_object_del(json_t *object, const char *key);
5 int json_object_clear(json_t *object);
6 int json_object_update(json_t *object, json_t *other);
7 +int json_object_deep_update(json_t *object, json_t *other);
8 void *json_object_iter(json_t *object);
9 void *json_object_iter_at(json_t *object, const char *key);
10 void *json_object_iter_next(json_t *object, void *iter);