@rxap/xml-parser
TypeScript icon, indicating that this package has built-in type declarations

16.1.3 • Public • Published

Provides a set of decorators and services for parsing and serializing XML documents into TypeScript classes. It simplifies the process of mapping XML elements and attributes to class properties, handling data validation, and serializing objects back into XML. The library supports defining XML structures using decorators and offers a flexible way to customize parsing and serialization logic.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/xml-parser

Execute the init generator:

yarn nx g @rxap/xml-parser:init

Generators

init

Initialize the package in the workspace

nx g @rxap/xml-parser:init

Package Sidebar

Install

npm i @rxap/xml-parser

Weekly Downloads

135

Version

16.1.3

License

GPL-3.0-or-later

Unpacked Size

353 kB

Total Files

151

Last publish

Collaborators

  • badry.muenker
  • mmuenker