ContextHelperIsJson Method |
Checks if an input string contains a JSON structure
Namespace:
WorkflowGen.My.Data
Assembly:
WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.0.5.0 (8.0.5.20210818)
Syntax public 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