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());
}
4
likes
120
points
171
downloads

Publisher

verified publisherdanini.dev

Weekly Downloads

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