-
@_rajiv__ @awesomekling No, the last value always wins, no matter the value type. Internally this gets converted to JSON, so the formatter only ever sees unique keys with duplicates already removed, and Serenity's JSON parser happens to keep the last occurrence :)
-
@_rajiv__ @awesomekling s/JSON parser/JSON object implementation/... it's GML that's being parsed, the object is built manually.