Page 1 of 1

XML to JSON

Posted: Thu Jul 07, 2022 2:59 am
by Garrett_3
Hello,

I've been using Oxygen's XML to JSON tool under Tools>JSON Tools. Is the XSL that drives this tool located somewhere in the Program Files? I'd like to be able to create a transformation scenario with that XSL instead of having to navigate via multiple dropdowns, menus, and file selections.

Thanks,

Re: XML to JSON

Posted: Thu Jul 07, 2022 6:01 am
by Radu
Hi Garrett,

Actually we are not using XSLT for the XML to JSON conversion, we are using code based on this open source Java project: https://github.com/stleary/JSON-java
We also have a batch converter add-on which uses the same functionality to convert one or multiple XML files to JSON:
https://www.oxygenxml.com/doc/versions/ ... addon.html

Regards,
Radu

Re: XML to JSON

Posted: Thu Jul 07, 2022 6:55 am
by Garrett_3
Thanks Radu!

I will give these a try.

V/r,