Serialize: URL Encode The Serialize: URL Encode mapper converts a data structure like objects and arrays into a URL encoded string.Documentation Index
Fetch the complete documentation index at: https://docs.alumio.com/llms.txt
Use this file to discover all available pages before exploring further.
Fields
N/ASample data
| Input | Output |
|---|---|
| “<alice@example.org>” | “alice%40example.org” |
| “a b c” | “a+b+c” |
| “<https://example.org?category=A&tag=B>” | “https%3A%2F%2Fexample.org%3Fcategory%3DA%26tag%3DB” |