Json.Net - What does the $. do?
See the question and my original answer on StackOverflowThis syntax uses JSONPath or "XPath for JSON". $ is just the root object/element.
This syntax uses JSONPath or "XPath for JSON". $ is just the root object/element.