No connection required; this utility connector works out of the box.
Tools
to-json: Convert XML to JSON
to-json: Convert XML to JSON
XML string to convert.
Ignore XML attributes.
Prefix for attribute keys in JSON.
Key name for text nodes.
Preserve element order in output.
from-json: Convert JSON to XML
from-json: Convert JSON to XML
JSON data to convert.
Root element name.
Prefix that identifies attributes.
Key name for text content.
Include XML declaration.
Format with indentation.
parse: Parse XML with metadata
parse: Parse XML with metadata
Parse XML and return structured data with metadata.Example request:Example response:
XML string to parse.
prettify: Format XML
prettify: Format XML
Format XML with indentation for readability.Example request:Example response:
XML string to format.
Number of indentation spaces.
Output encoding for the
result field: utf8 (default) or base64 (for email attachments, SFTP uploads, or knowledge-base embedding). The response includes an encoding tag.minify: Minify XML
minify: Minify XML
Remove all unnecessary whitespace from XML.Example request:Example response:
XML string to minify.
Output encoding for the
result field: utf8 (default) or base64 (for email attachments, SFTP uploads, or knowledge-base embedding). The response includes an encoding tag.validate: Validate XML
validate: Validate XML
Check if a string is valid XML.Example request:Example response:
XML string to validate.