Hi,
i am facing a problem with returning a json from ms graph api.
The json contains “@odata.nextLink” tag, but i am not able to use this tag as path direction.
Every hints i found in the web failed:
$.\"@odata.nextLink\"
$.[\"@odata.nextLink\"]
$.[@odata.nextLink]
Any ideas ?