mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Changes json_writer to not use flat_array
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user