If it doesn't make things too complicated, a custom assertion can also do the similar job. The main difference will be that you also pass the schema to the custom assertion, and the Java code does the conversion by considering the object definitions in the schema.
------------------------------
Mesut Yalcin
Senior Solution Architect
MAXXYS AG -
http://www.maxxys.de------------------------------
Original Message:
Sent: May 05, 2025 03:26 AM
From: Shamim Abdulhai Ansari
Subject: Issue with JSON Array
JSON transformation assertion does not covert the XML to JSON properly when there is single instance of object in XML. Also, it converts the numbers to string automatically.
Anyone has faced similar issue and any resolution if any?