FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deoAuthConnections..::..IsValidJson Method

Checking is string valid json

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool IsValidJson(
	string strInput
)
Public Function IsValidJson ( _
	strInput As String _
) As Boolean
public:
bool^ IsValidJson(
	String^ strInput
)

Parameters

strInput
Type: String
The string input.

Return Value

true if [is valid json] [the specified string input]; otherwise, false.