xml2json
xml2json copied to clipboard
XML to JSON conversion for Dart
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...
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', () {...
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