Skip to main content
Feedback

XML to JSON Policy

The XML to JSON policy transforms XML content to JSON content.

Timing

On Request ContentOn Response Content
XX

Configuration

PropertyRequiredDescriptionTypeDefault
scopeyesThe execution scope (REQUEST or RESPONSE).stringRESPONSE

Example

"xml-json": {
"scope": "RESPONSE"
}

Errors

HTTP status code

CodeMessage
500The transformation cannot be executed properly.

Nested Objects

To limit the processing time and memory consumption in case of nested object, a default max depth of nested object has been set to 1000. This default value can not be changed.

On this Page