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

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());
}
2
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Dart implementation of the KDL Document Language

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

big_decimal, string_scanner

More

Packages that depend on kdl