You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I've tried to access a resource via REST that looks like this: ["abc", "def"]. Unfortunately, this returns an object that looks like this: [{0: "a", 1: "b", 2: "c"}, {0: "d", 1: "e", 2: "f"}], in other words it iterates over the strings and converts them to objects. When trying the same with an array of [42, 23] I get as an result [{},{}].