Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This task transforms a JSONML (JSON Markup Language) object or array into XML

Image RemovedImage Added

Transform

...

JSONML to XML

...

Description

Contains a description of the task, enter the reason for its existence here.

...

Enter the name to give the XML root element.

JSON key: root.attribute.name
Default value: None

Request attribute name

Name of request attribute to store encoded/decoded value within. This request attribute is stored within the context for the currently executing request.

JSON key: target target.attribute.name
Default: None

JSON Configuration

...

Code Block
languagejs
{
  "input": "{\n\"Hello\": \"world\",\n\"Answer\": 42\n%{requestattribute.jsonml}",
  "target.attribute.name": "xmloutputxml",
  "root.attribute.namedescription": "root",Map JSONML  "description": "Converts XML into JSONto XML",
  "class": "io.ceptor.pipeline.tasks.TransformJsonToXmlTaskTransformJsonMLToXmlTask"
}