You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I need to transform an XML to a JSON document, and instead of mapping "xsi:type" from the XML to "@xsi:type" to JSON, I need the JSON key to be just "type". And when the opposite transformation is done, from JSON to XML, I need the JSON "type" to be transformed to "xsi:type" in the resulting XML.
How do I modify the mapping conventions to accomplish this?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I need to transform an XML to a JSON document, and instead of mapping "xsi:type" from the XML to "@xsi:type" to JSON, I need the JSON key to be just "type". And when the opposite transformation is done, from JSON to XML, I need the JSON "type" to be transformed to "xsi:type" in the resulting XML.
How do I modify the mapping conventions to accomplish this?
Thanks.
The text was updated successfully, but these errors were encountered: