Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 753 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 753 Bytes

XML Converter

The XML Converter is a Dart package that provides functionality to convert XML strings to JSON format and Dart classes and saves it in the specified project structure., This package is designed to facilitate the handling of XML data in Dart applications by offering a simple and efficient way to transform XML into usable formats.

Features

  • Convert XML to JSON: Easily convert XML strings into JSON format.
  • Generate Dart Classes: Automatically generate Dart classes from XML strings, including serialization methods for converting to and from JSON.

Installation

To use the XML Converter in your Dart project, add the following dependency to your pubspec.yaml file:

dependencies: xml_converter:^1.2.0