Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 676 Bytes

File metadata and controls

10 lines (6 loc) · 676 Bytes

APIMatic XML Adapter Library for JavaScript SDKs

This package provides XML serialization and deserialization utilities for apimatic-js-runtime libraries.

The exported helper functions include:

  • XML Serialization: Convert JavaScript objects to XML strings with configurable root elements
  • XML Deserialization: Parse XML strings into JavaScript objects using a Promise-based API

This library is used by JavaScript SDKs generated by the APIMatic Code Generator. For details on supported platforms and build artifacts, see the Build and Usage Section.