Hi I am using IBM Datapower.I have a question
Can we send html content to json through jsonx.. like
<json:object>
<json:string name="htmlcontent"> <html><body>hiii</body></html></json:string>
</json:object>
I tried like the above i got response just a string
hii
I need
<html><body>hiii</body></html>
Is it possible?