Skip to content

The XML Converter is a Dart package that provides functionality to convert XML strings to JSON format and Dart classes. 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.

License

Notifications You must be signed in to change notification settings

ahmedtalal/xml_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

The XML Converter is a Dart package that provides functionality to convert XML strings to JSON format and Dart classes. 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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages