walkermic
7 years agoNew Contributor III
JSON Root value
I have an IDOC listener that will receive json files of different formats. The root of the json file will be different for the different types. I need to evaluate the root value(PEXR2002 in this ex...
- 7 years ago
Close. I got it to work with $.entries()[0][0]
Thanks!