Utility JSON to Results
Version 3
This handler converts JSON to an XML string of results. An exception is thrown if the JSON is not properly formatted.
Parameters
Name |
Description |
JSON String |
The JSON string to be converted. |
Sample Configuration
Name |
Description |
JSON String |
|
Results
Name |
Description |
#JSON TO XML RESULTS PLACE HOLDER# |
|
Changelog
v3
- Changed json library to 1.4.6 for use
with Task 4
utilityjsontoresultsv2
utilityjsontoresultsv1 (2011-07-01)
- Initial version. See README for details.
Related Handlers
- Name Generator
- Generates a simple name like: frosty-tree-15.
- Utility CSV To JSON
- This handler converts a CSV string into a JSON string.
- Utility CSV To XML
- Converts a CSV string to an XML string
- Utility Determine Next Occurrence
- This handler determines the next occurence based on a provided start time and other recurrence information
- Utility Json Parse
- This handler parses a JSON string with a given path and returns the data found at the path
- Utility JSON To CSV
- This handler converts a JSON string into a CSV string.
- Utility JSON To HTML
- This handler converts a JSON string into a HTML table.
- Utility JSON To XML
- This handler converts a JSON string into an XML string.
- Utility Random Password Generate
- Generates a human readable random password - intended to be immediately changed once used.