Hi,
If we have complex json string and want to perform data enhancement, currently we have to use loop and then enhance. I didnt find xPath feature here which reduce our effort.
Something like:
var data = S(jsonStr)
var val=data.xPath(“/subRoot/SubRoot1”).string()