WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringExtensions..::..IsValidJson Method (String)

Determines whether the string contains valid json.

Namespace:  System
Assembly:  Walter (in Walter.dll)

Syntax


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.