]> granicus.if.org Git - json-c/commit
Kick json_type_string out of struct json_object.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 7 Jun 2020 02:42:58 +0000 (02:42 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Sun, 7 Jun 2020 02:56:59 +0000 (02:56 +0000)
commit0fc9d91277c24e7a9b8e2b0eeb4df16c2132ac2d
tree1776174465f784052087ceb9a6ff540f7ede5ecc
parent9ecb1222bd18801f0da2acbe9021f04ed74f0dfa
Kick json_type_string out of struct json_object.
The default is now that string data is stored inline at the end of json_object, though to allow for json_object_set_string() to set a _longer_ string, we still need to allow for the possibility of a separate char * pointer.
All json types have been split out now, next step it cleanup.
CMakeLists.txt
cmake/config.h.in
json_object.c
json_object_private.h
tests/test_set_value.c