Skip to content

Commit

Permalink
refactor: enable prettyPrint on Json
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Jul 31, 2024
1 parent 32b271f commit 6c1a8c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<Param name="opdrachtInfo" sessionKey="opdrachtInfo" type="DOMDOC" />
</XsltPipe>

<JsonPipe name="XmlToJson" direction="XML2JSON" storeResultInSessionKey="jsonMessage">
<JsonPipe name="XmlToJson" direction="XML2JSON" storeResultInSessionKey="jsonMessage" prettyPrint="true">
<Forward name="success" path="ChangeXYValueTypesSender" />
<Forward name="exception" path="exception" />
</JsonPipe>
Expand Down

0 comments on commit 6c1a8c5

Please sign in to comment.