I'm in a situation, where i receive a query containing XML string. I'm supposed to convert it to json.
I wrote a small CF Function, that traverses/parse through the XML and conveniently transforms it into a json. Now the problem is, the XML schema has been changed, which is forcing me to re-write the CF function to suit the new schema.
Is there a more better/generic way of converting XML into json? (using ColdFusion though!)