diff options
Diffstat (limited to 'jim-json.c')
-rw-r--r-- | jim-json.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -159,6 +159,9 @@ json_decode_dump_container(Jim_Interp *interp, struct json_state *state) } } } + else { + container_type = JSON_MIXED; + } } } json_decode_add_schema_type(interp, state, container_type); |