{{ message }}
Query Parameter Serialization using content field
#5158
-
Beta Was this translation helpful? Give feedback.
Answered by
karenetheridge
Dec 14, 2025
Replies: 1 comment 1 reply
-
..is correct. JSON-encoded strings have double quotes around them, and then those characters are url-encoded to %22. Does the swagger editor properly encode other JSON values, e.g. objects and arrays? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
valerii15298
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


..is correct. JSON-encoded strings have double quotes around them, and then those characters are url-encoded to %22.
Does the swagger editor properly encode other JSON values, e.g. objects and arrays?