StringExtensions..::..IsValidJson Method
Overload List
| Name | Description | |
|---|---|---|
|
|
IsValidJson(String) |
Determines whether the string contains valid json.
|
|
|
IsValidJson<(Of <<'(T>)>>)(String, T%) |
Determines whether the string contains valid json and will serialize the object is possible.
|
|
|
IsValidJson<(Of <<'(T>)>>)(String, JsonSerializerSettings, T%) |
Determines whether the string contains valid json.
|

