in reply to Re: the annoying keys "key" and "value"
in thread the annoying keys "key" and "value"

> key was easier to work with if it weren't stringified,...

good point! for example references are difficult to be used as simple keys.

> I would've used a flat array (key1, val1, key2, val2, ...) or a array of "tuples" ([key1,val1], [key2,val2,] ...).¹

I'd rather prefer the later, far easier to combine with map or grep.

Cheers Rolf

1) missing code tags added