Hello all,
I have a json output that looks similar to the below:
[
{
"39c04006-00d0-11e8-9bea-0275d4b83f51": {
"user_name": "test2"
},
"3a24d728-00d0-11e8-8494-0275d4b83f51": {
"user_name": "test3"
}
}
]
the name of the property aka the GUID above can be dynamic and this object array can have 3 or more objects. How can I turn this into a proper array so I can select all "user_name" from the json object.