We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Dynamic object for XML or XML to JSON string converter
A direct conversion XML->JSON (besides XML->object->JSON) would make some implementations way easier.
Searching for information in JSON or Dynamic objects is way easier than in XML.
I am developing an API that receives many different kinds of XML, and I need to transform them into a specific structure of persistent data, so if I have to create a class for each kind of XML that it should receive, the implementation will be gigantic.
ADMIN RESPONSE
Dec 10, 2025
Thank you for submitting the idea.
This idea was implemented by Developer Community member(s). Please check the solution in the comments.
@Guest thank you for the implementation of this idea!
🖥 Download the app here: yaml-adaptor
There is no direct transformation from XML to JSON, the formats are different
But, there are various Python ways to do it, so, I don't see any need for ObjectScript implementations