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

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

example/example.dart

// Copyright (c) 2020, the Dart project authors.
// Copyright (c) 2006, Kirill Simonov.
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT.

import 'package:yaml/yaml.dart';

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

Publisher

verified publishertools.dart.dev

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

Repository (GitHub)
View/report issues

Topics

#yaml #config-format

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, source_span, string_scanner

More

Packages that depend on yaml