kdl 1.0.0 copy "kdl: ^1.0.0" to clipboard
kdl: ^1.0.0 copied to clipboard

outdated

Dart implementation of the KDL Document Language

example/lib/main.dart

import 'package:kdl/kdl.dart';

main() {
  var document = Kdl.parseDocument("""
    node 1 2 3 "foo" bar="baz" {
      childNode 1
      childNode 2
    }
  """);

  print(document.toString());
}
4
likes
0
points
171
downloads

Publisher

verified publisherdanini.dev

Weekly Downloads

Dart implementation of the KDL Document Language

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

big_decimal, punycode, string_scanner

More

Packages that depend on kdl