mirror of
https://github.com/json-c/json-c.git
synced 2026-03-29 18:09:07 +08:00
Kick json_type_boolean out of struct json_object.
This commit is contained in:
@@ -97,7 +97,6 @@ struct json_object
|
||||
struct printbuf *_pb;
|
||||
union data
|
||||
{
|
||||
json_bool c_boolean;
|
||||
double c_double;
|
||||
struct
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user