You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Newtonsoft.Json implements (with slight inaccuracies) only a very old style/version of JSONPath described at https://goessner.net/articles/JsonPath. Old-ish JSONPath specification drafts (including relatively recent ones, like the one from 2020) only allowed single quotes in JSONPath expression. Hence the error message.
The following JSONPath selector fails
to parse with the message
Here is some minimal example to reproduce it:
The text was updated successfully, but these errors were encountered: