object
    The following is a list of properties for the function object:
| Property | Value | 
|---|---|
brief | Convert to data type object | 
category | object | 
description | Converts value to data type object returning object result. | 
errorsThrown | [ { "error": "cast_error", "reason": "value could not be converted" } ] | 
functionId | object | 
functionLabel | object | 
pure | true | 
parameters | [ { "description": "Value to convert", "name": "value" } ] | 
returns | { "dataType": "object", "description": "Converted value" } | 
useExecuteFunction | afw_function_execute_convert |