]> granicus.if.org Git - json-c/commit
In json_object_deep_copy(), copy over _userdata, at least for json_type_string's...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 30 Nov 2017 04:35:38 +0000 (23:35 -0500)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Thu, 30 Nov 2017 04:35:38 +0000 (23:35 -0500)
commit5dae561d334544a3038077fe347fbcd0420f9542
tree3db47fb49df90cd649c4114b5adaaa6c7ae521e1
parent96efeadd6e72ce361b131a7a2de5b27f5e431ab7
In json_object_deep_copy(), copy over _userdata, at least for json_type_string's with the default serializer set, and provide a way for people using custom serializers to provide a custom shallow_copy method.
json_object.c
json_object.h
tests/test_deep_copy.c
tests/test_deep_copy.expected