Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Table of Contents |
---|
This plugin was created to solve use cases where we need to format the JSON response of a JSON API call in order to store data into a form or workflow variable.
...
The plugin source codes can be found at JogetOSS Github. Feel free to clone and customize to suit your needs.
Note | ||
---|---|---|
| ||
To learn how to configure the JSON Tool plugin, do see the KB page for JSON Tool. This plugin's configuration is identical, only with the additional configurable properties below. |
Name | Description | |||||
---|---|---|---|---|---|---|
Enable Response Formatting | When checked, you can start writing bean shell script to format the JSON response. | |||||
Script | The "Enable Response Formatting" property must be enabled in order to write bean shell script here. Injected Variables:
Expected Return Object: It is expected to return a Map object that would later on be processed as configured to store to form and/or workflow variables. Example: Return the response only for the first item in a JSON array with the object name of "apps".
|
APP_enhanced_json_tool-sampleApp.jwa
...