Open pali6 opened 1 year ago
Related to #1198
Example
/obj/foobar{ some_var = list(1=2) },
results in Failed to serialize value to json (DMCompiler.DM.Expressions.List).
Failed to serialize value to json (DMCompiler.DM.Expressions.List)
Non-associative lists don't have this issue.
Fixing #473 would fix this.
Related to #1198
Example
results in
Failed to serialize value to json (DMCompiler.DM.Expressions.List)
.Non-associative lists don't have this issue.