After accessing WCF, I get the following response:
{
"odata.metadata": "http://luiz-note64/WcfOper/WcfOperDataService.svc/$metadata#Operacoes&$select=IdOperacao",
"value": [
{
"IdOperacao": "4234340"
}
]
}
How do I extract the value of IdOperacao
to a string from the answer?