Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Escape JSON in Text

Prev Next
Step Details
Introduced in Version9.10.0
Last Modified in Version9.12.0
LocationAI > 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

PropertyDescriptionData Type
Input TextString subject to removing JSON specific charactersString

Outputs

PropertyDescriptionData Type
Done


OutputNew string with extracted JSON specific charactersString


Example Inputs and Outputs

InputOutput
"Hello World"\"Hello World\"
\Hello World\\\Hello World\\



Related Information


AI Common Module