jansson/test/suites
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
..
api Add json_object_update_recursive() 2019-10-11 11:20:25 +08:00
encoding-flags Update copyrights for 2016 2016-09-18 14:17:03 +03:00
invalid Update copyrights for 2016 2016-09-18 14:17:03 +03:00
invalid-unicode Update copyrights for 2016 2016-09-18 14:17:03 +03:00
valid Update copyrights for 2016 2016-09-18 14:17:03 +03:00
.gitattributes Always use LF as line ending so that we don't get any problems with line 2013-03-07 16:12:07 +01:00
Makefile.am Remove invalid subdirs from test/suites/Makefile.am 2011-02-25 21:09:04 +02:00