ContextHelperGetContextFromJson Method  | 
 
            Gets a context from a JSON string
            
 
    Namespace: 
   WorkflowGen.My.Data
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic static DataSet GetContextFromJson(
	string json
)
Public Shared Function GetContextFromJson ( 
	json As String
) As DataSet
Parameters
- json
 - Type: SystemString
Context in JSON string 
Return Value
Type: 
DataSetA context in JSON format
See Also