Determines whether the string contains valid json.
Namespace:
System
Assembly:
Walter (in Walter.dll)
public static bool IsValidJson(
string stringValue
)
Parameters
- stringValue
- Type: String
The string value.
Return Value
true if [is valid json] [the specified string value]; otherwise,
false.