linusgroh’s avatarlinusgroh’s Twitter Archive—№ 1,969

  1. …in reply to @_rajiv__
    @_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 :)
    1. …in reply to @linusgroh
      @_rajiv__ @awesomekling s/JSON parser/JSON object implementation/... it's GML that's being parsed, the object is built manually.