JSON

JSON

JSON files can be used as a data container very similar to an XML file. JSON files are supported as input in the workflows and also in the JSON to XML workflow component.

 

With the XSL transformation workflow component you can also convert XML files into JSON output files.

 

This is one of the file types/payloads, that can be handled by the InterFormNG2 workflow.

    • Related Articles

    • JSON to XML

      One of the valid input formats of InterFormNG2 is JSON files. If you e.g. want to data in an input JSON file in either an email or in a template, then you first need to convert the JSON file into XML. You can use the basic, converter workflow ...
    • Swagger HTTP workflow component

      The advanced, utilities workflow component, Swagger HTTP can load a Swagger JSON definition can be loaded and a request from the API can be selected. An HTTP component is then generated with URL, output type, parameter names and header names ...
    • Basic converter components

      The basic converter components are: The CSV to XML workflow component. The JSON to XML workflow component. The SPLF to XML workflow component. The Transform or split workflow component.
    • Splitting input files

      InterFormNG2 is able to split up these types of files: 1.Spooled files 2.XML files If the input file is of any other type e.g. CSV or JSON, then you need to convert the input file into XML (with CSV to XML or JSON to XML) before you can split it up. ...
    • HTTP GET Request component

      In InterFormNG2 it is possible to call (most) external HTTP REST APIs / Webservices and form submits using workflow components. The calls are based on RFC2616 Hypertext Transfer Protocol HTTP/1.1 https://www.ietf.org/rfc/rfc2616.txt The external HTTP ...