xml2json icon indicating copy to clipboard operation
xml2json copied to clipboard

XML to JSON conversion for Dart

Results 4 xml2json issues
Sort by recently updated
recently updated
newest added

I'm trying to use your package to turn an xml file to json. The xml comes from [projectaon](https://www.projectaon.org/). These are books that are playable on line and various android apps...

enhancement

Hi xml2json! Please check the below test: ```dart import 'package:test/test.dart'; import 'package:xml2json/xml2json.dart'; void main() { test('xml2json escapes " in the json output when used in an xml attribute', () {...

in progress

When opening this project in Intellij IDEA no analyzer service icon is present, presumably because the analysis server has crashed, investigate and fix.

Some tags empty are filled with True values, how can I avoid that? Example: json : {"name":"true"} but, should be "name": null