...
For information about how to excape characters, see Text Expressions and Escape Characters.
Removing Characters
The following regex lists the characters expected in a JSON file and removes invalid characters from it. You could adapt this regex to validate an data that you want to load into PhixFlow.
...
The backslash character escapes special characters such as [] , .
and \
See Also
...