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
InnerContentConnector - adds TryParse for the JToken conversion
If a value is detected as JSON, but isn't actually valid JSON, e.g. a string such as "[hello world]", then the `JToken.Parse` will throw an exception.
This patch introduces a `TryParse` style method to indicate whether the JToken conversion was successful.
0 commit comments