I want to get the label Values from the deserialized Output data. For your reference, attached is the output data below.
{
“response”: {
“label”: “UnstrikeoutImage”,
“confidence”: 0.6699782013893127
}
}
The Json Data will be stored in a variable and pass that variable into the Deserialize Json activity and by using the output of the Deserialize json Activity let’s say JsonObject use the syntax as shown above.