This video explains how to extract values from a JSON object using xPath.
Expressions I used in this video are:
{
"root": @{outputs('JSONData')}
}
xml(variables('varJSONRoot'))
xpath(outputs('xml'),'//*[Name]')
xpath(item(),'//Branch[1]/text()')[0]
xpath(item(),'//Name[1]/text()')[0]