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