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