mirror of
https://github.com/json-c/json-c.git
synced 2026-03-27 17:09:06 +08:00
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.
This commit is contained in:
15
README.json_object-split.md
Normal file
15
README.json_object-split.md
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
This branch implements the changes briefly described at:
|
||||
|
||||
https://github.com/json-c/json-c/wiki/Proposal:-struct-json_object-split
|
||||
|
||||
These were originally mentioned in:
|
||||
Issue #535 - short string optimization: excessive array length
|
||||
|
||||
The changes are expected to impact and possibly invalidate:
|
||||
Issue #552 - Some anlysis about memory allocator in json-c
|
||||
|
||||
and will likely cause notable conflicts in any other significant un-merged
|
||||
changes, such as PR#620 - Introduce json_object_new_string_{ext,noalloc}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user