You might have noticed that now JToken parsing is enforced in the parse block.
Its actual name is Json Path and you can find a comprehensive guide on how to use it at this link JSONPath - XPath for JSON.
It’s very similar to XPath so you shouldn’t have any issues with it
You can use https://jsonpathfinder.com/ to test your json paths!
Ruri