Hi,
I would like to transform an object (dictionary) into a list of key/value pairs.
I only found the functions KEYS and VALUES.
Is there a way to return the key/value pairs?
Thanks,
Jo
Hi,
I would like to transform an object (dictionary) into a list of key/value pairs.
I only found the functions KEYS and VALUES.
Is there a way to return the key/value pairs?
Thanks,
Jo
Show me an example of the data you want to transform
{
id1:“label1”,
id2:“label2”,
…
}
I need this object primarily for lookup where searching in the list would be too slow all the time.