Documentation Index
Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
Use this file to discover all available pages before exploring further.
Groovy Script
Explanation
This script cleans unnecessary quote marks from JSON data in the response body:- Fixing escaped quotes: Replaces
\\"characters with" - Cleaning start quotes: Replaces
"[characters with[ - Cleaning end quotes: Replaces
]"characters with]
This script should be run on the response line (Response Policy) because it uses the
responseBodyTextToClient variable.
