akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.05k stars 809 forks source link

Add json_object_update_recursive_new() #586

Open kennyk-peplink opened 3 years ago

kennyk-peplink commented 3 years ago

Just for completeness, json_object_update_recursive() should have its _new() counter-part.

NOTE: We didn't found a use case on our projects with json_object_update_recursive(), yet.