Replaces all double quoted strings in the input string with "0", "1", etc.
"0"
"1"
The transformed string and a map with keys "0", etc. and values the original string that was there.
The Accept header string.
Replaces all double quoted strings in the input string with
"0","1", etc.Returns
The transformed string and a map with keys
"0", etc. and values the original string that was there.