mirror of
https://github.com/akheron/jansson.git
synced 2025-04-05 13:35:05 +00:00
Support merging values nested within objects. For instance, merging: { "foo": 1, "bar": { "baz": 2 } } with { "bar": { "baz": 3 } } results in { "foo": 1, "bar": { "baz": 3 } } instead of overwriting the value for the bar key. |
||
---|---|---|
.. | ||
bin | ||
ossfuzz | ||
scripts | ||
suites | ||
.gitignore | ||
Makefile.am | ||
run-suites |