yaml 3.0.0 copy "yaml: ^3.0.0" to clipboard
yaml: ^3.0.0 copied to clipboard

outdated

A parser for YAML, a human-friendly data serialization standard

example/example.dart

// Copyright (c) 2020, the Dart project authors.  Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.

import 'package:yaml/yaml.dart';

void main() {
  var doc = loadYaml("YAML: YAML Ain't Markup Language");
  print(doc['YAML']);
}
229
likes
0
pub points
100%
popularity

Publisher

verified publishertools.dart.dev

A parser for YAML, a human-friendly data serialization standard

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

charcode, collection, source_span, string_scanner

More

Packages that depend on yaml