JSON to XML :- I want to convert the JSON object into XML

Mohsin2
Tera Contributor

I have an requirement of converting the JSON object in XML payload

4 REPLIES 4

Maik Skoddow
Tera Patron
Tera Patron

Hi

there are many approaches available. One of them: https://github.com/jackrvaughan/json-to-xml

Kind regards
Maik

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

there is no direct method for this.

but you can check this and enhance it in ServiceNow

JSON to XML Using Javascript

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

palanikumar
Giga Sage

Hi,

Do you have requirement to convert a specific JSON Object to specific XML schema? You can create a script similar to what mentioned by others. Sample script shared will not solve your exact requirement, you need to rewrite the code to make it work for you. If you are not able to create script based on your requirement then share the input JSON and expected output. I can help you to convert.

Thank you,

Palani

Thank you,
Palani

Hi folks,

I have a requirement wherein the payload would return the business entity in xml and the remaining options in json format ... how to achieve that?