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
How do I extract a string collection if I have a json like:
[
{ key:key1, value:value1},
{ key:key2, value:value2},
........
{ key:keyN, value:valueN},
]
I need the transformed claim to be like [value1,value2,...valueN]
The text was updated successfully, but these errors were encountered:
How do I extract a string collection if I have a json like:
[
{ key:key1, value:value1},
{ key:key2, value:value2},
........
{ key:keyN, value:valueN},
]
I need the transformed claim to be like [value1,value2,...valueN]
The text was updated successfully, but these errors were encountered: