Skip to main content
Serialize: URL Encode The Serialize: URL Encode mapper converts a data structure like objects and arrays into a URL encoded string.

Fields

N/A

Sample data

InputOutput
“<alice@example.org>”“alice%40example.org”
“a b c”“a+b+c”
“<https://example.org?category=A&tag=B&gt;”“https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB”