Click or drag to resize

ContextHelperIsJson Method

Checks if an input string contains a JSON structure

Namespace:  WorkflowGen.My.Data
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public static bool IsJson(
	string input
)

Parameters

input
Type: SystemString
JSON string

Return Value

Type: Boolean
True if the input is a JSON structure
See Also