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

    Function parse

    • Parse XML into a JSON object with the default options.

      Type Parameters

      • T extends object = Record<string, any>

      Parameters

      • xml: string | Buffer<ArrayBufferLike>

        XML String

      • options: XMLParseOptions = {}

      Returns T