I have the JSON below......
{
"value": [
{
"Email": "adele@xxxxxxxxxx.onmicrosoft.com"
},
{
"Email": "sydney@xxxxxxxx.OnMicrosoft.com"
},
{
"Email": "admin@xxxxxxxxxx.onmicrosoft.com"
}
]
}
How can I get the array below from the JSON above?
[
"adele@m365x685435.onmicrosoft.com"
"sydney@M365x685435.OnMicrosoft.com"
"jons@m365x685435.onmicrosoft.com"
]