xml_converter 1.2.0 copy "xml_converter: ^1.2.0" to clipboard
xml_converter: ^1.2.0 copied to clipboard

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 faci [...]

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
0
likes
130
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

xml, xml2json

More

Packages that depend on xml_converter