ContextHelperIsJson Method  | 
 
            Checks if an input string contains a JSON structure
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static bool IsJson(
	string input
)
Public Shared Function IsJson ( 
	input As String
) As Boolean
Parameters
- input
 - Type: SystemString
JSON string 
Return Value
Type: 
BooleanTrue if the input is a JSON structure
See Also