π Link to the plugin page: https://bubble.io/plugin/json-dictionaries-conversion-tool-1712240024349x459107379031572500
Demo to preview the plugin:
Introduction
Take JSON Dictionaries and transform them to a readable file to use with API Connector. Provides the structured and raw JSON for seamless parsing.
How to setup
Simply install the plugin and you are ready to use it.
Plugin Actions
Transform JSON Dictionaries (Server Side Action)
Transforms raw JSON dictionaries into an array of key-value objects for easy use with the API Connector.
Fields:
Name | Description | Type |
JSON | The input JSON string to be transformed. It should be a JSON in text format. | Text |
Base Website Url | Used for uploading the generated file. Your website base url. You can use "Website Home urlβ | Text |
Path Access | A string that specifies the path to a nested section of the JSON object. It allows dynamic access to specific data within the JSON using dot notation (e.g., `".data.items[0]"`) or bracket notation (e.g., `["data"]["items"][0]`).
**Example**: If the JSON is:
{ "data": { "items": [{ "id": 1, "name": "item1" }] } } | Text |
Generate .json File | Indicates if a file should be generated and uploaded. | yes/no |
Return values:
Name | Description | Type |
JSON File | The URL of the uploaded file if generate_file is true ; otherwise, null . It provides a link to the file containing the transformed JSON. | File |
JSON result | The final transformed JSON string. This is always returned and represents the processed data after converting the original JSON to the required format (an array of objects with idkey s). | Text |
Changelogs
Update 09.10.24 - Version 1.1.0
- Acquired by Zeroqode.
Update 09.04.24 - Version 1.0.0
- Launch.
Update 05.04.24 - Version 0.0.1
- Pre-launch.