form-url-encoding-toolkit
Service icon

Form URL Encoding Toolkit

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 18 Jul (20 hours ago)
 by 
0.0
 (0 ratings)
form-url-encoding-toolkit

Form URL Encoding Toolkit

Documentation
1.0.0

Form URL EncodingT oolkit provides server-side actions in OutSystems to convert data between JSON and application/x-www-form-urlencoded formats.

ConvertJSONToFormURL: Convert any JSON object, including nested structures, into a properly encoded application/x-www-form-urlencoded string.
Input: JSON (Text) JSON string to be encoded
Output: FormURL (Text) URL-encoded result

ConvertFormURLToJSON: Parse URL-encoded strings back into structured JSON, supporting nested key formats like address[city].
Input: FormURL (Text) URL-encoded input
Output: JSON(Text) Decoded JSON output