0

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

rbrastad
  • 36
  • 2
  • The entity you get back is a a Java Object, just put the Java Object into the JSONJavaObject and serialize it. thanks Paul – Paul Bastide Oct 07 '15 at 15:22

1 Answers1

0

What @PaulBastide is saying: use the

com.ibm.commons.util.io.json 

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

mpjjonker
  • 917
  • 1
  • 6
  • 28