]> granicus.if.org Git - json-c/commit
Start splitting struct json_object into multiple sub-types, as descibed at https...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 25 May 2020 03:14:06 +0000 (03:14 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Mon, 25 May 2020 03:18:36 +0000 (03:18 +0000)
commit853b4b5dee4ca26a58f0b71944fa725c4a45ff0a
treef631f90f4517cc2fe8f94d0f606381fb276bb5cc
parent4a546e7b2f471157c6f479df1ef687864fcbd89e
Start splitting struct json_object into multiple sub-types, as descibed at https://github.com/json-c/json-c/wiki/Proposal:-struct-json_object-split
The current changes split out _only_ json_type_object, and thus have a number of hacks
 to allow the code to continue to build and work.

Originally  mentioned in issue #535.
When complete, this will probably invalidate #552.
This is likely to cause notable conflicts in any other significant un-merged
changes, such as PR#620.
README.json_object-split.md [new file with mode: 0644]
json_object.c
json_object.h
json_object_private.h
tests/CMakeLists.txt