]> granicus.if.org Git - json-c/commit
The split of json_object into type-specific sub-structures is now functionally complete.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 7 Jun 2020 03:30:39 +0000 (03:30 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 7 Jun 2020 17:23:56 +0000 (17:23 +0000)
commit66d91fdf86bb650201da37e704c29c197a1dadd9
treef6f4963bc842c0e06521d6506891c5e0ad85f3f1
parentc4cc6730715bd75d9776c6fe800e64bfacec510f
The split of json_object into type-specific sub-structures is now functionally complete.
Remove all of the temporary defines, structures, old compat fuctions, extra fields, etc... that were needed during the conversion to a split set of json_object_* structures.
json_object.c
json_object.h
json_object_private.h
tests/test_double_serializer.c
tests/test_set_value.c