Changes json_writer to not use flat_array

This commit is contained in:
Shadowlight213
2015-12-07 13:10:28 -08:00
parent 3c35ac809e
commit bc32764587
+1 -1
View File
@@ -12,7 +12,7 @@ json_writer/proc/write(val)
else if(istype(val, /list))
switch (listtype(val))
if (LIST_FLAT)
. = write_flat_array(val)
. = write_array(val)
if (LIST_NESTED)
. = write_array(val)
if (LIST_OBJECT)