Skip to main content

Bean to JSON

Bean to JSON serializes a bean from a Java Library into JSON the rest of the workflow can map. It is the inverse of JSON to Bean.

Unlike the other activities in this group it has no Scope or Bean Name — it converts what is mapped into it rather than storing anything.

The activity has three tabs: Configuration, Input, and Output.

Configuration

FieldRequiredDescription
NameRequiredName of the activity step.
DescriptionOptionalDescription of the activity step.
LibraryRequiredSelect the user library and version, then choose the bean class to convert to JSON.

Input

FieldRequiredDescription
InputsOptionalThe bean to convert.

Output

FieldRequiredDescription
OutputOptionalThe resulting JSON.