Forum Discussion

walkermic's avatar
walkermic
New Contributor III
7 years ago
Solved

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...
  • walkermic's avatar
    walkermic
    7 years ago

    Close. I got it to work with $.entries()[0][0]

    Thanks!