jansson/test
Henrique Cabral cb4727c4a9 Add json_object_update_recursive()
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.
2019-10-11 11:20:25 +08:00
..
bin Update copyrights for 2016 2016-09-18 14:17:03 +03:00
ossfuzz Merge pull request #487 from cmeister2/cmeister2/ossfuzzcorpus 2019-07-26 09:43:44 -04:00
scripts Update copyrights for 2016 2016-09-18 14:17:03 +03:00
suites Add json_object_update_recursive() 2019-10-11 11:20:25 +08:00
.gitignore Add runtime version checking functions 2019-03-12 13:03:34 -04:00
Makefile.am Move ossfuzz directory and use Makefile.am 2019-07-19 09:52:37 +01:00
run-suites Use expr instead of $((...)) in shell scripts 2014-10-03 08:49:08 +03:00