| Step Details | |
| Introduced in Version | 9.10.0 |
| Last Modified in Version | 9.12.0 |
| Location | AI > Prompt Management |
The Escape JSON in Text step is used to Remove JSON specific characters from a string so that the data can be cleanly used elsewhere.
Prerequisites
This step requires the AI Common to be installed before it will be available in the toolbox.
Properties
Inputs
| Property | Description | Data Type |
|---|---|---|
| Input Text | String subject to removing JSON specific characters | String |
Outputs
| Property | Description | Data Type | |
|---|---|---|---|
| Done | |||
| Output | New string with extracted JSON specific characters | String | |

Example Inputs and Outputs
| Input | Output |
|---|---|
| "Hello World" | \"Hello World\" |
| \Hello World\ | \\Hello World\\ |
Related Information
