]> granicus.if.org Git - json-c/commit
Kick json_type_int and json_type_double out of struct json_object.
authorEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 26 May 2020 02:31:35 +0000 (02:31 +0000)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Tue, 26 May 2020 02:31:35 +0000 (02:31 +0000)
commit9ecb1222bd18801f0da2acbe9021f04ed74f0dfa
tree7d38097e4fe46693e868d2b670a3c2752267a817
parent0351bb55c85ab8db545327af3d872fb63e2838b1
Kick json_type_int and json_type_double out of struct json_object.
Clean up the code in json_object_new_* a bit by dropping unnecesary json_object_base variables.
json_object.c
json_object_private.h
tests/test_double_serializer.c