Kick json_type_array out of struct json_object; re-enable the test_deep_copy test.

This commit is contained in:
Eric Haszlakiewicz
2020-05-25 03:44:56 +00:00
parent 853b4b5dee
commit 02b687b9a6
3 changed files with 83 additions and 32 deletions

View File

@@ -108,7 +108,6 @@ struct json_object
} cint;
enum json_object_int_type cint_type;
} c_int;
struct array_list *c_array;
struct
{
union