vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function stringify

    • Convert JSON object into XML string

      Parameters

      • jsonObj: any

        JSOn Object

      • Optionaloptions: XMLStringfyOptions

        Options for stringifying the XML

      Returns string

    • Convert JSON object into XML string with an optional indent (number or string). When an indent is specified the XML will be pretty printed.

      Parameters

      • jsonObj: any

        JSOn Object

      • Optionalindent: string | number

        Indent level; if set pretty prints the XML otherwise omits pretty printing

      • Optionaloptions: XMLStringfyOptions

        Additional stringify options

      Returns string