Do IBMSBT has a built in XML to JSON converter in JAVA?

61 views Asked by At

I'm trying to figure out how to convert XML to JSON in IBMSBT because not all CNX api's and Object does not support tranformation out of the box. (example: Profile) I need to return JSON only.

So before I add yet another 3. party project. Do IBMSBT have a built in XML to JSON converter ?

Thanks for any reply helping me in the right direction

1

There are 1 answers

0
mpjjonker On

What @PaulBastide is saying: use the

com.ibm.commons.util.io.json 

package in com.ibm.commonsxxx.jar, which is part of the SBT