I anticipate this will be used by UI frameworks to transmit a very long list of item ids selected by the user using check boxes. Which will cause suffering to the backend devs dealing with relational databases
What do you mean by that? What's wrong with a simple
WHERE id IN (id1, id2, id3, ...);
What do you mean by that? What's wrong with a simple