JSON Marshaller Component
Marshals the object contained in the input ObjectData into a JSON String that is returned in a StringData.
Data Governance
The output data item of the JSON Marshaller component is registered as being derived from its input data item.
Input Channels
default — An ObjectData object containing an object that can be marshalled into JSON, the result of which will be passed into the default output channel
Output Channels
default — A StringData object containing the JSON string representation of the object passed into the default input channel