Hi, I’m looking for a solution to dynamically convert a dictionary to a lis

Hi,
I’m looking for a solution to dynamically convert a dictionary to a list of dictionary with the items in the dictionary.

So for instance I have the following dictionary:
{employerId:9, advisorNumber:"AAA", id:33}

And I want to create a list with all the items in that dictionary. So basically the result should be the following:
{{employerId:9}, {advisorNumber:"AAA"},{id:33}}

This should be done dynamically since the items in the dictionary are not fixed.

Does anyone know a good solution or already build something simulair?

Thanks in advance!

OriginalPostID-188910

OriginalPostID-188910

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data