Link to the plugin page: https://bubble.io/plugin/json-serialize-to-url-query-1620746367567x329671693196591100
Demo to preview the plugin:
Introduction
This plugin create a serialized version of a JSON payload and will output a URL encoded version (URL parameters / query).
Use this when you need to dynamically create key/value pair for API that only accept URL encoded data (like Stripe).
How to setup
Use JSON Serialize to URL query actionโs result in workflow to create a serialized version of a JSON payload
Plugin Actions
- JSON Serialize to URL query - Create a serialized representation of a JSON suitable for use in a URL query string or Ajax request
Title | Description | Type |
JSON Body | JSON Body that you wanโt to be URL encoded | Text |
Traditional | A Boolean indicating whether to perform a traditional โshallowโ serialization. | Checkbox (yes/no) |
Return Values:
Title | Description | Type |
Result URL Encoded | URL encoded version of JSON body | Text |
Result URL Decoded | Unencoded version of an encoded result | Text |