Selects the token that matches the object path.
- path (String)
-
The object path from the current JToken to the JToken
to be returned. This must be a string of property names or array indexes separated
by periods, such as
CopyC#in C# orTables[0].DefaultView[0].Price
CopyC#in Visual Basic.Tables(0).DefaultView(0).Price
- errorWhenNoMatch (Boolean)
- A flag to indicate whether an error should be thrown if no token is found.
The JToken that matches the object path.