Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customizing conventions for XML-JSON-XML transformations #37

Open
ppazos opened this issue Oct 17, 2016 · 0 comments
Open

Customizing conventions for XML-JSON-XML transformations #37

ppazos opened this issue Oct 17, 2016 · 0 comments

Comments

@ppazos
Copy link

ppazos commented Oct 17, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant