Replaces all double quoted strings in the input string with "0", "1", etc.
"0"
"1"
The Accept header string.
The transformed string and a map with keys "0", etc. and values the original string that was there.
BadRequestHttpError Thrown if invalid characters are detected in a quoted string.
Replaces all double quoted strings in the input string with
"0"
,"1"
, etc.