How to Convert JSON Data to XML

How to Convert JSON Data to XML

Comments

  • Good Afternoon,

    I wanted to ask quickly the way you suggest we transform or convert JSON data in decisions to XML? and vise-versa

  • We have steps available that will allow you to deserialize a JSON / XML (i.e. JSON Deserialize & XML Deserialize) to a data structure. Once youve deserialized this information, you can pass your object into one of our serialize steps (i.e. XML Serialize or JSON Deserialize) to convert this information accordingly.

    If you dont have a structure associated with your JSON (or XML), you can also create a data structure from this data using our documentation here: https://documentation.decisions.com/docs/create-types-json-schema Depending on your use case, you may need to use Create Type from JSON or Create Type from XML instead of thats listed in the document. The steps, however, are largely the same regardless of which type you choose.

Sign In or Register to comment.