XenoGuard 4.0 Documentation
Parse String
ActionStep Reference » Windows » Network » JSON » Parse String
The ActionStep JSON Parse String changes the string from a JSON content to a tree-view structured data.
[-] Hide
- Open the Windows node in the Workspace Explorer.
- Open the Network node.
- In the JSON node, select the Parse String ActionStep.
Parameters:
The ActionStep has the following input parameters:
name |
Description
|
---|---|
JSON Content
|
The target JSON content to be converted.
Allowed Context Scopes [Fixed, Local, Global] Allowed Context Types [Variable, Parameter] |
Results:
The ActionStep returns the following results:
name
|
description
|
---|---|
Result
|
The converted JSON content to a tree-structured view.
Allowed Context Scope [Fixed] Allowed Context Types [Variable, Parameter] |
Example 1 (Concatenate strings from a JSON Content):
This example retrieves a JSON file from local storage and reads the content of the file. The JSON content is then converted to a tree-view structure and concatenates the firstname and lastname. The Result is then output in Write Text.